#696ff4

Color #696FF4 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #696FF4

Tints of Medium Slate Blue #696FF4

Color information

#696FF4 (or 0x696FF4) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6F and F4. RGB value is (105,111,244). Sum of RGB (Red+Green+Blue) = 105+111+244=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 244 (95.70% from 255 or 53.04% from 460); Max value from RGB is 244 - color contains mainly: blue. Hex color #696FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FF4 is #96900B. Grayscale: #7B7B7B. Windows color (decimal): -9867276 or 16019305. OLE color: 16019305.

HSL color Cylindrical-coordinate representation of color #696FF4: hue angle of 237.41º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #696FF4 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB105111244-
CMYK0.570.5500.04
HSL237.41º86.34%68.43%-
HSV(B)237.41º56.97%95.69%-
XYZ27.8420.988.16-
YUV124.37195.51114.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 22.83%
GREEN value IS 111 (43.75% from 255) = 24.13%
BLUE value IS 244 (95.70% from 255) = 53.04%
R=22.83%
G=24.13%
B=53.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1051112440.570.5500.04237.4186.3468.43
Hex696FF4393704ed5644
Octal151157364716704355126104
Binary110100111011111111010011100111011101001110110110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696ff4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696ff4; }

 p { color: rgb(105,111,244); }

 H1.HeaderClassName
 {
   color: #696ff4;
 }
 .AnyTagClassName
 {
   color: #696ff4;
 }
</style>
background-color css

<style>
 a { background-color: #696ff4; }

 a { background-color: rgb(105,111,244); }

 div.DivClassName
 {
   background-color: #696ff4;
 }
 .BgClassName
 {
   background-color: #696ff4;
 }
</style>
border-color css

<style>
 span { border-color: #696ff4; }

 span { border-color: rgb(105,111,244); }

 td.TdClassName
 {
   border-color: #696ff4;
 }
 .TagClassName
 {
   border-color: #696ff4;
 }
</style>