#6D60CA

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

Shades of Slate Blue #6D60CA

Tints of Slate Blue #6D60CA

Color information

#6D60CA (or 0x6D60CA) is unknown color: approx Slate Blue. HEX triplet: 6D, 60 and CA. RGB value is (109,96,202). Sum of RGB (Red+Green+Blue) = 109+96+202=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D60CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D60CA is #929F35. Grayscale: #6F6F6F. Windows color (decimal): -9609014 or 13262957. OLE color: 13262957.

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

Color convert

RGB10996202-
CMYK0.460.5200.21
HSL247.36º50%58.43%-
HSV(B)247.36º52.48%79.22%-
XYZ21.1515.8857.83-
YUV111.97178.81125.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.78%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=26.78%
G=23.59%
B=49.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal109962020.460.5200.21247.365058.43
Hex6D60CA2E34015f7323a
Octal15514031256640253676272
Binary110110111000001100101010111011010001010111110111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D60CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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