Html Css Color HEX #696ACB Slate Blue

📋 copy color: '#696ACB'

red 105 ◦ green 106 ◦ blue 203

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

Shades of Slate Blue #696ACB

Tints of Slate Blue #696ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 25.36%
G = 25.6%
B = 49.03%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#696ACB (or 0x696ACB) is known color: Slate Blue. HEX triplet: 69, 6A and CB. RGB value is (105,106,203). Sum of RGB (Red+Green+Blue) = 105+106+203=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #696ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ACB is #969534. Grayscale: #747474. Windows color (decimal): -9868597 or 13331049. OLE color: 13331049.

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

Color convert

RGB 105 106 203 -
CMYK 0.48 0.48 0 0.20
HSL 239.39º 0.49% 0.6% -
HSV(B) 239.39º 0.48% 0.8% -
XYZ 21.76 17.62 58.75 -
YUV 116.76 176.67 119.61 -
System Red Green Blue C M Y K H S L
Decimal 105 106 203 0.48 0.48 0 0.20 239.39 0.49 0.6
Hex 69 6A CB 30 30 0 14 EF 31 3C
Octal 151 152 313 60 60 0 24 357 61 74
Binary 1101001 1101010 11001011 110000 110000 0 10100 11101111 110001 111100

Color Harmonies of #696ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ACB

Black with #696ACB

Text Example


Text Example

White with #696ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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