#696edc

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

Shades of Slate Blue #696EDC

Tints of Slate Blue #696EDC

Color information

#696EDC (or 0x696EDC) is unknown color: approx Slate Blue. HEX triplet: 69, 6E and DC. RGB value is (105,110,220). Sum of RGB (Red+Green+Blue) = 105+110+220=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #696EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EDC is #969123. Grayscale: #787878. Windows color (decimal): -9867556 or 14446185. OLE color: 14446185.

HSL color Cylindrical-coordinate representation of color #696EDC: hue angle of 237.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696EDC is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105110220-
CMYK0.520.5000.14
HSL237.39º62.16%63.73%-
HSV(B)237.39º52.27%86.27%-
XYZ24.3219.3270.16-
YUV121.04183.84116.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.14%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 220 (86.33% from 255) = 50.57%
R=24.14%
G=25.29%
B=50.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051102200.520.5000.14237.3962.1663.73
Hex696EDC34320Eed3e40
Octal151156334646201635576100
Binary110100111011101101110011010011001001110111011011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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