#6c55e5

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

Shades of Slate Blue #6C55E5

Tints of Slate Blue #6C55E5

Color information

#6C55E5 (or 0x6C55E5) is unknown color: approx Slate Blue. HEX triplet: 6C, 55 and E5. RGB value is (108,85,229). Sum of RGB (Red+Green+Blue) = 108+85+229=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 229 (89.84% from 255 or 54.27% from 422); Max value from RGB is 229 - color contains mainly: blue. Hex color #6C55E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C55E5 is #93AA1A. Grayscale: #6B6B6B. Windows color (decimal): -9677339 or 15029612. OLE color: 15029612.

HSL color Cylindrical-coordinate representation of color #6C55E5: hue angle of 249.58º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C55E5 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10885229-
CMYK0.530.6300.10
HSL249.58º73.47%61.57%-
HSV(B)249.58º62.88%89.8%-
XYZ23.5815.3475.85-
YUV108.29196.12127.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.59%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 229 (89.84% from 255) = 54.27%
R=25.59%
G=20.14%
B=54.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal108852290.530.6300.10249.5873.4761.57
Hex6C55E5353F0Afa493e
Octal154125345657701237211176
Binary110110010101011110010111010111111101010111110101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c55e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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