Html Css Color HEX #696ACD Slate Blue

📋 copy color: '#696ACD'

red 105 ◦ green 106 ◦ blue 205

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

Shades of Slate Blue #696ACD

Tints of Slate Blue #696ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.48%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 25.24%
G = 25.48%
B = 49.28%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#696ACD (or 0x696ACD) is known color: Slate Blue. HEX triplet: 69, 6A and CD. RGB value is (105,106,205). Sum of RGB (Red+Green+Blue) = 105+106+205=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #696ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ACD is #969532. Grayscale: #747474. Windows color (decimal): -9868595 or 13462121. OLE color: 13462121.

HSL color Cylindrical-coordinate representation of color #696ACD: hue angle of 239.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696ACD is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 106 205 -
CMYK 0.49 0.48 0 0.20
HSL 239.4º 0.5% 0.61% -
HSV(B) 239.4º 0.49% 0.8% -
XYZ 22 17.72 60.02 -
YUV 116.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 105 106 205 0.49 0.48 0 0.20 239.4 0.5 0.61
Hex 69 6A CD 31 30 0 14 EF 32 3D
Octal 151 152 315 61 60 0 24 357 62 75
Binary 1101001 1101010 11001101 110001 110000 0 10100 11101111 110010 111101

Color Harmonies of #696ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ACD

Black with #696ACD

Text Example


Text Example

White with #696ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,106,205); }

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

background-color css

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

 a { background-color: rgb(105,106,205); }

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

border-color css

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

 span { border-color: rgb(105,106,205); }

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