Html Css Color HEX #696ACE Slate Blue

📋 copy color: '#696ACE'

red 105 ◦ green 106 ◦ blue 206

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

Shades of Slate Blue #696ACE

Tints of Slate Blue #696ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 25.18%
G = 25.42%
B = 49.4%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#696ACE (or 0x696ACE) is known color: Slate Blue. HEX triplet: 69, 6A and CE. RGB value is (105,106,206). Sum of RGB (Red+Green+Blue) = 105+106+206=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #696ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ACE is #969531. Grayscale: #747474. Windows color (decimal): -9868594 or 13527657. OLE color: 13527657.

HSL color Cylindrical-coordinate representation of color #696ACE: hue angle of 239.41º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696ACE is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 106 206 -
CMYK 0.49 0.49 0 0.19
HSL 239.41º 0.51% 0.61% -
HSV(B) 239.41º 0.49% 0.81% -
XYZ 22.12 17.77 60.66 -
YUV 117.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 105 106 206 0.49 0.49 0 0.19 239.41 0.51 0.61
Hex 69 6A CE 31 31 0 13 EF 33 3D
Octal 151 152 316 61 61 0 23 357 63 75
Binary 1101001 1101010 11001110 110001 110001 0 10011 11101111 110011 111101

Color Harmonies of #696ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ACE

Black with #696ACE

Text Example


Text Example

White with #696ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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