#6E64CB

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

Shades of Slate Blue #6E64CB

Tints of Slate Blue #6E64CB

Color information

#6E64CB (or 0x6E64CB) is unknown color: approx Slate Blue. HEX triplet: 6E, 64 and CB. RGB value is (110,100,203). Sum of RGB (Red+Green+Blue) = 110+100+203=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E64CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E64CB is #919B34. Grayscale: #727272. Windows color (decimal): -9542453 or 13329518. OLE color: 13329518.

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

Color convert

RGB110100203-
CMYK0.460.5100.20
HSL245.83º49.76%59.41%-
HSV(B)245.83º50.74%79.61%-
XYZ21.7716.7458.58-
YUV114.73177.81124.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.63%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 203 (79.69% from 255) = 49.15%
R=26.63%
G=24.21%
B=49.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101002030.460.5100.20245.8349.7659.41
Hex6E64CB2E33014f6323b
Octal15614431356630243666273
Binary110111011001001100101110111011001101010011110110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E64CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,100,203); }

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

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

 a { background-color: rgb(110,100,203); }

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

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

 span { border-color: rgb(110,100,203); }

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