#6A60CC

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

Shades of Slate Blue #6A60CC

Tints of Slate Blue #6A60CC

Color information

#6A60CC (or 0x6A60CC) is unknown color: approx Slate Blue. HEX triplet: 6A, 60 and CC. RGB value is (106,96,204). Sum of RGB (Red+Green+Blue) = 106+96+204=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A60CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A60CC is #959F33. Grayscale: #6E6E6E. Windows color (decimal): -9805620 or 13394026. OLE color: 13394026.

HSL color Cylindrical-coordinate representation of color #6A60CC: hue angle of 245.56º degrees, saturation: 0.51, 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 #6A60CC is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10696204-
CMYK0.480.5300.2
HSL245.56º51.43%58.82%-
HSV(B)245.56º52.94%80%-
XYZ21.0315.7959.07-
YUV111.3180.31124.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.11%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=26.11%
G=23.65%
B=50.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal106962040.480.5300.2245.5651.4358.82
Hex6A60CC3035014f6333b
Octal15214031460650243666373
Binary110101011000001100110011000011010101010011110110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A60CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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