#6E6DCC

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

Shades of Slate Blue #6E6DCC

Tints of Slate Blue #6E6DCC

Color information

#6E6DCC (or 0x6E6DCC) is unknown color: approx Slate Blue. HEX triplet: 6E, 6D and CC. RGB value is (110,109,204). Sum of RGB (Red+Green+Blue) = 110+109+204=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E6DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6DCC is #919233. Grayscale: #777777. Windows color (decimal): -9540148 or 13397358. OLE color: 13397358.

HSL color Cylindrical-coordinate representation of color #6E6DCC: hue angle of 240.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E6DCC is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB110109204-
CMYK0.460.4700.2
HSL240.63º48.22%61.37%-
HSV(B)240.63º46.57%80%-
XYZ22.818.6159.52-
YUV120.13175.33120.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=26.00%
G=25.77%
B=48.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1101092040.460.4700.2240.6348.2261.37
Hex6E6DCC2E2F014f1303d
Octal15615531456570243616075
Binary110111011011011100110010111010111101010011110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E6DCC; }

 p { color: rgb(110,109,204); }

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

<style>
 a { background-color: #6E6DCC; }

 a { background-color: rgb(110,109,204); }

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

<style>
 span { border-color: #6E6DCC; }

 span { border-color: rgb(110,109,204); }

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