#6C55CA

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

Shades of Slate Blue #6C55CA

Tints of Slate Blue #6C55CA

Color information

#6C55CA (or 0x6C55CA) is unknown color: approx Slate Blue. HEX triplet: 6C, 55 and CA. RGB value is (108,85,202). Sum of RGB (Red+Green+Blue) = 108+85+202=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C55CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C55CA is #93AA35. Grayscale: #686868. Windows color (decimal): -9677366 or 13260140. OLE color: 13260140.

HSL color Cylindrical-coordinate representation of color #6C55CA: hue angle of 251.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C55CA is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10885202-
CMYK0.470.5800.21
HSL251.79º52.47%56.27%-
HSV(B)251.79º57.92%79.22%-
XYZ20.0913.9557.51-
YUV105.22182.62129.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.34%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=27.34%
G=21.52%
B=51.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108852020.470.5800.21251.7952.4756.27
Hex6C55CA2F3A015fc3438
Octal15412531257720253746470
Binary110110010101011100101010111111101001010111111100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C55CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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