Html Css Color HEX #696ED9 Slate Blue

📋 copy color: '#696ED9'

red 105 ◦ green 110 ◦ blue 217

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

Shades of Slate Blue #696ED9

Tints of Slate Blue #696ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.23%

R = 24.31%
G = 25.46%
B = 50.23%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#696ED9 (or 0x696ED9) is known color: Slate Blue. HEX triplet: 69, 6E and D9. RGB value is (105,110,217). Sum of RGB (Red+Green+Blue) = 105+110+217=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #696ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ED9 is #969126. Grayscale: #787878. Windows color (decimal): -9867559 or 14249577. OLE color: 14249577.

HSL color Cylindrical-coordinate representation of color #696ED9: hue angle of 237.32º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696ED9 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 110 217 -
CMYK 0.52 0.49 0 0.15
HSL 237.32º 0.6% 0.63% -
HSV(B) 237.32º 0.52% 0.85% -
XYZ 23.93 19.16 68.08 -
YUV 120.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 105 110 217 0.52 0.49 0 0.15 237.32 0.6 0.63
Hex 69 6E D9 34 31 0 F ED 3C 3F
Octal 151 156 331 64 61 0 17 355 74 77
Binary 1101001 1101110 11011001 110100 110001 0 1111 11101101 111100 111111

Color Harmonies of #696ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ED9

Black with #696ED9

Text Example


Text Example

White with #696ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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