Html Css Color HEX #696ACC Slate Blue

📋 copy color: '#696ACC'

red 105 ◦ green 106 ◦ blue 204

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

Shades of Slate Blue #696ACC

Tints of Slate Blue #696ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 25.3%
G = 25.54%
B = 49.16%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#696ACC (or 0x696ACC) is known color: Slate Blue. HEX triplet: 69, 6A and CC. RGB value is (105,106,204). Sum of RGB (Red+Green+Blue) = 105+106+204=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #696ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ACC is #969533. Grayscale: #747474. Windows color (decimal): -9868596 or 13396585. OLE color: 13396585.

HSL color Cylindrical-coordinate representation of color #696ACC: hue angle of 239.39º degrees, saturation: 0.49, 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 #696ACC is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 106 204 -
CMYK 0.49 0.48 0 0.2
HSL 239.39º 0.49% 0.61% -
HSV(B) 239.39º 0.49% 0.8% -
XYZ 21.88 17.67 59.38 -
YUV 116.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 105 106 204 0.49 0.48 0 0.2 239.39 0.49 0.61
Hex 69 6A CC 31 30 0 14 EF 31 3D
Octal 151 152 314 61 60 0 24 357 61 75
Binary 1101001 1101010 11001100 110001 110000 0 10100 11101111 110001 111101

Color Harmonies of #696ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ACC

Black with #696ACC

Text Example


Text Example

White with #696ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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