#696ECE

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

Shades of Slate Blue #696ECE

Tints of Slate Blue #696ECE

Color information

#696ECE (or 0x696ECE) is unknown color: approx Slate Blue. HEX triplet: 69, 6E and CE. RGB value is (105,110,206). Sum of RGB (Red+Green+Blue) = 105+110+206=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #696ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ECE is #969131. Grayscale: #777777. Windows color (decimal): -9867570 or 13528681. OLE color: 13528681.

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

Color convert

RGB105110206-
CMYK0.490.4700.19
HSL237.03º50.75%60.98%-
HSV(B)237.03º49.03%80.78%-
XYZ22.5418.6160.8-
YUV119.45176.84117.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 206 (80.86% from 255) = 48.93%
R=24.94%
G=26.13%
B=48.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051102060.490.4700.19237.0350.7560.98
Hex696ECE312F013ed333d
Octal15115631661570233556375
Binary110100111011101100111011000110111101001111101101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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