Html Css Color HEX #696CD1 Slate Blue

📋 copy color: '#696CD1'

red 105 ◦ green 108 ◦ blue 209

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

Shades of Slate Blue #696CD1

Tints of Slate Blue #696CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.53%

R = 24.88%
G = 25.59%
B = 49.53%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#696CD1 (or 0x696CD1) is known color: Slate Blue. HEX triplet: 69, 6C and D1. RGB value is (105,108,209). Sum of RGB (Red+Green+Blue) = 105+108+209=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #696CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CD1 is #96932E. Grayscale: #767676. Windows color (decimal): -9868079 or 13724777. OLE color: 13724777.

HSL color Cylindrical-coordinate representation of color #696CD1: hue angle of 238.27º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696CD1 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 108 209 -
CMYK 0.50 0.48 0 0.18
HSL 238.27º 0.53% 0.62% -
HSV(B) 238.27º 0.5% 0.82% -
XYZ 22.7 18.33 62.66 -
YUV 118.62 179.01 118.29 -
System Red Green Blue C M Y K H S L
Decimal 105 108 209 0.50 0.48 0 0.18 238.27 0.53 0.62
Hex 69 6C D1 32 30 0 12 EE 35 3E
Octal 151 154 321 62 60 0 22 356 65 76
Binary 1101001 1101100 11010001 110010 110000 0 10010 11101110 110101 111110

Color Harmonies of #696CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CD1

Black with #696CD1

Text Example


Text Example

White with #696CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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