Html Css Color HEX #696ED6 Slate Blue

📋 copy color: '#696ED6'

red 105 ◦ green 110 ◦ blue 214

#696ED6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #696ED6

Tints of Slate Blue #696ED6

RGB

 RED value IS 105 (41.41% from 255) = 24.48%

 GREEN value IS 110 (43.36% from 255) = 25.64%

 BLUE value IS 214 (83.98% from 255) = 49.88%

R = 24.48%
G = 25.64%
B = 49.88%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#696ED6 (or 0x696ED6) is known color: Slate Blue. HEX triplet: 69, 6E and D6. RGB value is (105,110,214). Sum of RGB (Red+Green+Blue) = 105+110+214=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #696ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ED6 is #969129. Grayscale: #777777. Windows color (decimal): -9867562 or 14052969. OLE color: 14052969.

HSL color Cylindrical-coordinate representation of color #696ED6: hue angle of 237.25º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #696ED6 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 110 214 -
CMYK 0.51 0.49 0 0.16
HSL 237.25º 0.57% 0.63% -
HSV(B) 237.25º 0.51% 0.84% -
XYZ 23.54 19.01 66.05 -
YUV 120.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 105 110 214 0.51 0.49 0 0.16 237.25 0.57 0.63
Hex 69 6E D6 33 31 0 10 ED 39 3F
Octal 151 156 326 63 61 0 20 355 71 77
Binary 1101001 1101110 11010110 110011 110001 0 10000 11101101 111001 111111

Color Harmonies of #696ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ED6

Black with #696ED6

Text Example


Text Example

White with #696ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,110,214); }

 H1.HeaderClassName
 {
   color: #696ED6;
 }
 .AnyTagClassName
 {
   color: #696ED6;
 }
</style>

background-color css

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

 a { background-color: rgb(105,110,214); }

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

border-color css

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

 span { border-color: rgb(105,110,214); }

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