Html Css Color HEX #696CD8 Slate Blue

📋 copy color: '#696CD8'

red 105 ◦ green 108 ◦ blue 216

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

Shades of Slate Blue #696CD8

Tints of Slate Blue #696CD8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

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

R = 24.48%
G = 25.17%
B = 50.35%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#696CD8 (or 0x696CD8) is known color: Slate Blue. HEX triplet: 69, 6C and D8. RGB value is (105,108,216). Sum of RGB (Red+Green+Blue) = 105+108+216=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #696CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CD8 is #969327. Grayscale: #767676. Windows color (decimal): -9868072 or 14183529. OLE color: 14183529.

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

Color convert

RGB 105 108 216 -
CMYK 0.51 0.50 0 0.15
HSL 238.38º 0.59% 0.63% -
HSV(B) 238.38º 0.51% 0.85% -
XYZ 23.58 18.69 67.33 -
YUV 119.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 105 108 216 0.51 0.50 0 0.15 238.38 0.59 0.63
Hex 69 6C D8 33 32 0 F EE 3B 3F
Octal 151 154 330 63 62 0 17 356 73 77
Binary 1101001 1101100 11011000 110011 110010 0 1111 11101110 111011 111111

Color Harmonies of #696CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CD8

Black with #696CD8

Text Example


Text Example

White with #696CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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