Html Css Color HEX #696CDD Slate Blue

📋 copy color: '#696CDD'

red 105 ◦ green 108 ◦ blue 221

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

Shades of Slate Blue #696CDD

Tints of Slate Blue #696CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 24.19%
G = 24.88%
B = 50.92%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#696CDD (or 0x696CDD) is known color: Slate Blue. HEX triplet: 69, 6C and DD. RGB value is (105,108,221). Sum of RGB (Red+Green+Blue) = 105+108+221=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #696CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CDD is #969322. Grayscale: #777777. Windows color (decimal): -9868067 or 14511209. OLE color: 14511209.

HSL color Cylindrical-coordinate representation of color #696CDD: hue angle of 238.45º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696CDD is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 108 221 -
CMYK 0.52 0.51 0 0.13
HSL 238.45º 0.63% 0.64% -
HSV(B) 238.45º 0.52% 0.87% -
XYZ 24.24 18.95 70.79 -
YUV 119.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 105 108 221 0.52 0.51 0 0.13 238.45 0.63 0.64
Hex 69 6C DD 34 33 0 D EE 3F 40
Octal 151 154 335 64 63 0 15 356 77 100
Binary 1101001 1101100 11011101 110100 110011 0 1101 11101110 111111 1000000

Color Harmonies of #696CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CDD

Black with #696CDD

Text Example


Text Example

White with #696CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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