Html Css Color HEX #696BD9 Slate Blue

📋 copy color: '#696BD9'

red 105 ◦ green 107 ◦ blue 217

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

Shades of Slate Blue #696BD9

Tints of Slate Blue #696BD9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.94%

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

R = 24.48%
G = 24.94%
B = 50.58%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#696BD9 (or 0x696BD9) is known color: Slate Blue. HEX triplet: 69, 6B and D9. RGB value is (105,107,217). Sum of RGB (Red+Green+Blue) = 105+107+217=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #696BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BD9 is #969426. Grayscale: #767676. Windows color (decimal): -9868327 or 14248809. OLE color: 14248809.

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

Color convert

RGB 105 107 217 -
CMYK 0.52 0.51 0 0.15
HSL 238.93º 0.6% 0.63% -
HSV(B) 238.93º 0.52% 0.85% -
XYZ 23.61 18.53 67.98 -
YUV 118.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 105 107 217 0.52 0.51 0 0.15 238.93 0.6 0.63
Hex 69 6B D9 34 33 0 F EF 3C 3F
Octal 151 153 331 64 63 0 17 357 74 77
Binary 1101001 1101011 11011001 110100 110011 0 1111 11101111 111100 111111

Color Harmonies of #696BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BD9

Black with #696BD9

Text Example


Text Example

White with #696BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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