#6E65CE

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

Shades of Slate Blue #6E65CE

Tints of Slate Blue #6E65CE

Color information

#6E65CE (or 0x6E65CE) is unknown color: approx Slate Blue. HEX triplet: 6E, 65 and CE. RGB value is (110,101,206). Sum of RGB (Red+Green+Blue) = 110+101+206=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E65CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E65CE is #919A31. Grayscale: #737373. Windows color (decimal): -9542194 or 13526382. OLE color: 13526382.

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

Color convert

RGB110101206-
CMYK0.470.5100.19
HSL245.14º51.72%60.2%-
HSV(B)245.14º50.97%80.78%-
XYZ22.2217.0860.52-
YUV115.66178.98123.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.38%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=26.38%
G=24.22%
B=49.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1101012060.470.5100.19245.1451.7260.2
Hex6E65CE2F33013f5343c
Octal15614531657630233656474
Binary110111011001011100111010111111001101001111110101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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