#6E6FCD

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

Shades of Slate Blue #6E6FCD

Tints of Slate Blue #6E6FCD

Color information

#6E6FCD (or 0x6E6FCD) is unknown color: approx Slate Blue. HEX triplet: 6E, 6F and CD. RGB value is (110,111,205). Sum of RGB (Red+Green+Blue) = 110+111+205=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E6FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6FCD is #919032. Grayscale: #797979. Windows color (decimal): -9539635 or 13463406. OLE color: 13463406.

HSL color Cylindrical-coordinate representation of color #6E6FCD: hue angle of 239.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E6FCD is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110111205-
CMYK0.460.4600.20
HSL239.37º48.72%61.76%-
HSV(B)239.37º46.34%80.39%-
XYZ23.1319.0960.22-
YUV121.42175.17119.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.82%
GREEN value IS 111 (43.75% from 255) = 26.06%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=25.82%
G=26.06%
B=48.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101112050.460.4600.20239.3748.7261.76
Hex6E6FCD2E2E014ef313e
Octal15615731556560243576176
Binary110111011011111100110110111010111001010011101111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,111,205); }

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

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

 a { background-color: rgb(110,111,205); }

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

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

 span { border-color: rgb(110,111,205); }

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