Html Css Color HEX #696AD6 Slate Blue

📋 copy color: '#696AD6'

red 105 ◦ green 106 ◦ blue 214

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

Shades of Slate Blue #696AD6

Tints of Slate Blue #696AD6

RGB

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

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

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

R = 24.71%
G = 24.94%
B = 50.35%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#696AD6 (or 0x696AD6) is known color: Slate Blue. HEX triplet: 69, 6A and D6. RGB value is (105,106,214). Sum of RGB (Red+Green+Blue) = 105+106+214=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #696AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696AD6 is #969529. Grayscale: #757575. Windows color (decimal): -9868586 or 14051945. OLE color: 14051945.

HSL color Cylindrical-coordinate representation of color #696AD6: hue angle of 239.45º 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 #696AD6 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 106 214 -
CMYK 0.51 0.50 0 0.16
HSL 239.45º 0.57% 0.63% -
HSV(B) 239.45º 0.51% 0.84% -
XYZ 23.12 18.17 65.91 -
YUV 118.01 182.17 118.72 -
System Red Green Blue C M Y K H S L
Decimal 105 106 214 0.51 0.50 0 0.16 239.45 0.57 0.63
Hex 69 6A D6 33 32 0 10 EF 39 3F
Octal 151 152 326 63 62 0 20 357 71 77
Binary 1101001 1101010 11010110 110011 110010 0 10000 11101111 111001 111111

Color Harmonies of #696AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AD6

Black with #696AD6

Text Example


Text Example

White with #696AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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