#696CCA

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

Shades of Slate Blue #696CCA

Tints of Slate Blue #696CCA

Color information

#696CCA (or 0x696CCA) is unknown color: approx Slate Blue. HEX triplet: 69, 6C and CA. RGB value is (105,108,202). Sum of RGB (Red+Green+Blue) = 105+108+202=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #696CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CCA is #969335. Grayscale: #757575. Windows color (decimal): -9868086 or 13266025. OLE color: 13266025.

HSL color Cylindrical-coordinate representation of color #696CCA: hue angle of 238.14º 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 #696CCA is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105108202-
CMYK0.480.4700.21
HSL238.14º47.78%60.2%-
HSV(B)238.14º48.02%79.22%-
XYZ21.8517.9958.2-
YUV117.82175.51118.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=25.30%
G=26.02%
B=48.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051082020.480.4700.21238.1447.7860.2
Hex696CCA302F015ee303c
Octal15115431260570253566074
Binary110100111011001100101011000010111101010111101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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