#6E67CE

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

Shades of Slate Blue #6E67CE

Tints of Slate Blue #6E67CE

Color information

#6E67CE (or 0x6E67CE) is unknown color: approx Slate Blue. HEX triplet: 6E, 67 and CE. RGB value is (110,103,206). Sum of RGB (Red+Green+Blue) = 110+103+206=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E67CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E67CE is #919831. Grayscale: #747474. Windows color (decimal): -9541682 or 13526894. OLE color: 13526894.

HSL color Cylindrical-coordinate representation of color #6E67CE: hue angle of 244.08º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E67CE is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB110103206-
CMYK0.470.5000.19
HSL244.08º51.24%60.59%-
HSV(B)244.08º50%80.78%-
XYZ22.4217.4760.58-
YUV116.84178.32123.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.25%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 206 (80.86% from 255) = 49.16%
R=26.25%
G=24.58%
B=49.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1101032060.470.5000.19244.0851.2460.59
Hex6E67CE2F32013f4333d
Octal15614731657620233646375
Binary110111011001111100111010111111001001001111110100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E67CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,103,206); }

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

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

 a { background-color: rgb(110,103,206); }

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

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

 span { border-color: rgb(110,103,206); }

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