#6C55DE

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

Shades of Slate Blue #6C55DE

Tints of Slate Blue #6C55DE

Color information

#6C55DE (or 0x6C55DE) is unknown color: approx Slate Blue. HEX triplet: 6C, 55 and DE. RGB value is (108,85,222). Sum of RGB (Red+Green+Blue) = 108+85+222=415 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.02% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C55DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C55DE is #93AA21. Grayscale: #6A6A6A. Windows color (decimal): -9677346 or 14570860. OLE color: 14570860.

HSL color Cylindrical-coordinate representation of color #6C55DE: hue angle of 250.07º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C55DE is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10885222-
CMYK0.510.6200.13
HSL250.07º67.49%60.2%-
HSV(B)250.07º61.71%87.06%-
XYZ22.6214.9670.8-
YUV107.5192.62128.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.02%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 222 (87.11% from 255) = 53.49%
R=26.02%
G=20.48%
B=53.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108852220.510.6200.13250.0767.4960.2
Hex6C55DE333E0Dfa433c
Octal154125336637601537210374
Binary110110010101011101111011001111111001101111110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C55DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,85,222); }

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

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

 a { background-color: rgb(108,85,222); }

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

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

 span { border-color: rgb(108,85,222); }

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