#6E6CD2

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

Shades of Slate Blue #6E6CD2

Tints of Slate Blue #6E6CD2

Color information

#6E6CD2 (or 0x6E6CD2) is unknown color: approx Slate Blue. HEX triplet: 6E, 6C and D2. RGB value is (110,108,210). Sum of RGB (Red+Green+Blue) = 110+108+210=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #6E6CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CD2 is #91932D. Grayscale: #777777. Windows color (decimal): -9540398 or 13790318. OLE color: 13790318.

HSL color Cylindrical-coordinate representation of color #6E6CD2: hue angle of 241.18º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E6CD2 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB110108210-
CMYK0.480.4900.18
HSL241.18º53.12%62.35%-
HSV(B)241.18º48.57%82.35%-
XYZ23.4318.6963.35-
YUV120.23178.66120.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.70%
GREEN value IS 108 (42.58% from 255) = 25.23%
BLUE value IS 210 (82.42% from 255) = 49.07%
R=25.70%
G=25.23%
B=49.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1101082100.480.4900.18241.1853.1262.35
Hex6E6CD23031012f1353e
Octal15615432260610223616576
Binary110111011011001101001011000011000101001011110001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,108,210); }

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

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

 a { background-color: rgb(110,108,210); }

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

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

 span { border-color: rgb(110,108,210); }

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