#6A60CA

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

Shades of Slate Blue #6A60CA

Tints of Slate Blue #6A60CA

Color information

#6A60CA (or 0x6A60CA) is unknown color: approx Slate Blue. HEX triplet: 6A, 60 and CA. RGB value is (106,96,202). Sum of RGB (Red+Green+Blue) = 106+96+202=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A60CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A60CA is #959F35. Grayscale: #6E6E6E. Windows color (decimal): -9805622 or 13262954. OLE color: 13262954.

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

Color convert

RGB10696202-
CMYK0.480.5200.21
HSL245.66º50%58.43%-
HSV(B)245.66º52.48%79.22%-
XYZ20.7915.6957.81-
YUV111.07179.31124.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.24%
GREEN value IS 96 (37.89% from 255) = 23.76%
BLUE value IS 202 (79.30% from 255) = 50%
R=26.24%
G=23.76%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106962020.480.5200.21245.665058.43
Hex6A60CA3034015f6323a
Octal15214031260640253666272
Binary110101011000001100101011000011010001010111110110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A60CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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