#6E6CCA

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

Shades of Slate Blue #6E6CCA

Tints of Slate Blue #6E6CCA

Color information

#6E6CCA (or 0x6E6CCA) is unknown color: approx Slate Blue. HEX triplet: 6E, 6C and CA. RGB value is (110,108,202). Sum of RGB (Red+Green+Blue) = 110+108+202=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E6CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CCA is #919335. Grayscale: #767676. Windows color (decimal): -9540406 or 13266030. OLE color: 13266030.

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

Color convert

RGB110108202-
CMYK0.460.4700.21
HSL241.28º47%60.78%-
HSV(B)241.28º46.53%79.22%-
XYZ22.4518.358.23-
YUV119.31174.66121.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.19%
GREEN value IS 108 (42.58% from 255) = 25.71%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=26.19%
G=25.71%
B=48.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1101082020.460.4700.21241.284760.78
Hex6E6CCA2E2F015f12f3d
Octal15615431256570253615775
Binary110111011011001100101010111010111101010111110001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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