#6A60CD

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

Shades of Slate Blue #6A60CD

Tints of Slate Blue #6A60CD

Color information

#6A60CD (or 0x6A60CD) is unknown color: approx Slate Blue. HEX triplet: 6A, 60 and CD. RGB value is (106,96,205). Sum of RGB (Red+Green+Blue) = 106+96+205=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A60CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A60CD is #959F32. Grayscale: #6E6E6E. Windows color (decimal): -9805619 or 13459562. OLE color: 13459562.

HSL color Cylindrical-coordinate representation of color #6A60CD: hue angle of 245.5º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A60CD is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10696205-
CMYK0.480.5300.20
HSL245.5º52.15%59.02%-
HSV(B)245.5º53.17%80.39%-
XYZ21.1515.8459.7-
YUV111.42180.81124.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.04%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 205 (80.47% from 255) = 50.37%
R=26.04%
G=23.59%
B=50.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106962050.480.5300.20245.552.1559.02
Hex6A60CD3035014f6343b
Octal15214031560650243666473
Binary110101011000001100110111000011010101010011110110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A60CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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