#6C51E0

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

Shades of Slate Blue #6C51E0

Tints of Slate Blue #6C51E0

Color information

#6C51E0 (or 0x6C51E0) is unknown color: approx Slate Blue. HEX triplet: 6C, 51 and E0. RGB value is (108,81,224). Sum of RGB (Red+Green+Blue) = 108+81+224=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #6C51E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C51E0 is #93AE1F. Grayscale: #686868. Windows color (decimal): -9678368 or 14700908. OLE color: 14700908.

HSL color Cylindrical-coordinate representation of color #6C51E0: hue angle of 251.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C51E0 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10881224-
CMYK0.520.6400.12
HSL251.33º69.76%59.8%-
HSV(B)251.33º63.84%87.84%-
XYZ22.5814.4572.12-
YUV105.38194.95129.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.15%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 224 (87.89% from 255) = 54.24%
R=26.15%
G=19.61%
B=54.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal108812240.520.6400.12251.3369.7659.8
Hex6C51E034400Cfb463c
Octal1541213406410001437310674
Binary1101100101000111100000110100100000001100111110111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C51E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,81,224); }

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

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

 a { background-color: rgb(108,81,224); }

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

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

 span { border-color: rgb(108,81,224); }

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