#6055CA

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

Shades of Slate Blue #6055CA

Tints of Slate Blue #6055CA

Color information

#6055CA (or 0x6055CA) is unknown color: approx Slate Blue. HEX triplet: 60, 55 and CA. RGB value is (96,85,202). Sum of RGB (Red+Green+Blue) = 96+85+202=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #6055CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6055CA is #9FAA35. Grayscale: #656565. Windows color (decimal): -10463798 or 13260128. OLE color: 13260128.

HSL color Cylindrical-coordinate representation of color #6055CA: hue angle of 245.64º 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 #6055CA is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9685202-
CMYK0.520.5800.21
HSL245.64º52.47%56.27%-
HSV(B)245.64º57.92%79.22%-
XYZ18.7313.2557.45-
YUV101.63184.64123.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=25.07%
G=22.19%
B=52.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96852020.520.5800.21245.6452.4756.27
Hex6055CA343A015f63438
Octal14012531264720253666470
Binary110000010101011100101011010011101001010111110110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6055CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6055CA; }

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

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

<style>
 a { background-color: #6055CA; }

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

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

<style>
 span { border-color: #6055CA; }

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

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