#6A60CE

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

Shades of Slate Blue #6A60CE

Tints of Slate Blue #6A60CE

Color information

#6A60CE (or 0x6A60CE) is unknown color: approx Slate Blue. HEX triplet: 6A, 60 and CE. RGB value is (106,96,206). Sum of RGB (Red+Green+Blue) = 106+96+206=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A60CE is #959F31. Grayscale: #6F6F6F. Windows color (decimal): -9805618 or 13525098. OLE color: 13525098.

HSL color Cylindrical-coordinate representation of color #6A60CE: hue angle of 245.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A60CE is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10696206-
CMYK0.490.5300.19
HSL245.45º52.88%59.22%-
HSV(B)245.45º53.4%80.78%-
XYZ21.2715.8960.34-
YUV111.53181.31124.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.98%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 206 (80.86% from 255) = 50.49%
R=25.98%
G=23.53%
B=50.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal106962060.490.5300.19245.4552.8859.22
Hex6A60CE3135013f5353b
Octal15214031661650233656573
Binary110101011000001100111011000111010101001111110101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A60CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,96,206); }

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

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

 a { background-color: rgb(106,96,206); }

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

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

 span { border-color: rgb(106,96,206); }

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