#696ACA

Color #696ACA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #696ACA

Tints of Slate Blue #696ACA

Color information

#696ACA (or 0x696ACA) is unknown color: approx Slate Blue. HEX triplet: 69, 6A and CA. RGB value is (105,106,202). Sum of RGB (Red+Green+Blue) = 105+106+202=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #696ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ACA is #969535. Grayscale: #747474. Windows color (decimal): -9868598 or 13265513. OLE color: 13265513.

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

Color convert

RGB105106202-
CMYK0.480.4800.21
HSL239.38º47.78%60.2%-
HSV(B)239.38º48.02%79.22%-
XYZ21.6417.5858.13-
YUV116.64176.17119.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.42%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=25.42%
G=25.67%
B=48.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051062020.480.4800.21239.3847.7860.2
Hex696ACA3030015ef303c
Octal15115231260600253576074
Binary110100111010101100101011000011000001010111101111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #696ACA;
 }
 .AnyTagClassName
 {
   color: #696ACA;
 }
</style>
background-color css

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

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

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

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

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

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