#6C60CA

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

Shades of Slate Blue #6C60CA

Tints of Slate Blue #6C60CA

Color information

#6C60CA (or 0x6C60CA) is unknown color: approx Slate Blue. HEX triplet: 6C, 60 and CA. RGB value is (108,96,202). Sum of RGB (Red+Green+Blue) = 108+96+202=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C60CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C60CA is #939F35. Grayscale: #6F6F6F. Windows color (decimal): -9674550 or 13262956. OLE color: 13262956.

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

Color convert

RGB10896202-
CMYK0.470.5200.21
HSL246.79º50%58.43%-
HSV(B)246.79º52.48%79.22%-
XYZ21.0315.8257.82-
YUV111.67178.98125.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.60%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=26.60%
G=23.65%
B=49.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108962020.470.5200.21246.795058.43
Hex6C60CA2F34015f7323a
Octal15414031257640253676272
Binary110110011000001100101010111111010001010111110111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C60CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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