Html Css Color HEX #696DD8 Slate Blue

📋 copy color: '#696DD8'

red 105 ◦ green 109 ◦ blue 216

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

Shades of Slate Blue #696DD8

Tints of Slate Blue #696DD8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.35%

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

R = 24.42%
G = 25.35%
B = 50.23%

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

#696DD8 (or 0x696DD8) is known color: Slate Blue. HEX triplet: 69, 6D and D8. RGB value is (105,109,216). Sum of RGB (Red+Green+Blue) = 105+109+216=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #696DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DD8 is #969227. Grayscale: #777777. Windows color (decimal): -9867816 or 14183785. OLE color: 14183785.

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

Color convert

RGB 105 109 216 -
CMYK 0.51 0.50 0 0.15
HSL 237.84º 0.59% 0.63% -
HSV(B) 237.84º 0.51% 0.85% -
XYZ 23.69 18.9 67.36 -
YUV 120 182.17 117.3 -
System Red Green Blue C M Y K H S L
Decimal 105 109 216 0.51 0.50 0 0.15 237.84 0.59 0.63
Hex 69 6D D8 33 32 0 F EE 3B 3F
Octal 151 155 330 63 62 0 17 356 73 77
Binary 1101001 1101101 11011000 110011 110010 0 1111 11101110 111011 111111

Color Harmonies of #696DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DD8

Black with #696DD8

Text Example


Text Example

White with #696DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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