Html Css Color HEX #696AD8 Slate Blue

📋 copy color: '#696AD8'

red 105 ◦ green 106 ◦ blue 216

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

Shades of Slate Blue #696AD8

Tints of Slate Blue #696AD8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.82%

 BLUE value IS 216 (84.77% from 255) = 50.59%

R = 24.59%
G = 24.82%
B = 50.59%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#696AD8 (or 0x696AD8) is known color: Slate Blue. HEX triplet: 69, 6A and D8. RGB value is (105,106,216). Sum of RGB (Red+Green+Blue) = 105+106+216=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #696AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696AD8 is #969527. Grayscale: #757575. Windows color (decimal): -9868584 or 14183017. OLE color: 14183017.

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

Color convert

RGB 105 106 216 -
CMYK 0.51 0.51 0 0.15
HSL 239.46º 0.59% 0.63% -
HSV(B) 239.46º 0.51% 0.85% -
XYZ 23.37 18.27 67.26 -
YUV 118.24 183.17 118.56 -
System Red Green Blue C M Y K H S L
Decimal 105 106 216 0.51 0.51 0 0.15 239.46 0.59 0.63
Hex 69 6A D8 33 33 0 F EF 3B 3F
Octal 151 152 330 63 63 0 17 357 73 77
Binary 1101001 1101010 11011000 110011 110011 0 1111 11101111 111011 111111

Color Harmonies of #696AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AD8

Black with #696AD8

Text Example


Text Example

White with #696AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,106,216); }

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

background-color css

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

 a { background-color: rgb(105,106,216); }

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

border-color css

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

 span { border-color: rgb(105,106,216); }

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