#6060DE

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

Shades of Slate Blue #6060DE

Tints of Slate Blue #6060DE

Color information

#6060DE (or 0x6060DE) is unknown color: approx Slate Blue. HEX triplet: 60, 60 and DE. RGB value is (96,96,222). Sum of RGB (Red+Green+Blue) = 96+96+222=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #6060DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6060DE is #9F9F21. Grayscale: #6D6D6D. Windows color (decimal): -10460962 or 14573664. OLE color: 14573664.

HSL color Cylindrical-coordinate representation of color #6060DE: hue angle of 240º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6060DE is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9696222-
CMYK0.570.5700.13
HSL240º65.62%62.35%-
HSV(B)240º56.76%87.06%-
XYZ22.1916.1371.05-
YUV110.36191117.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.19%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 222 (87.11% from 255) = 53.62%
R=23.19%
G=23.19%
B=53.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96962220.570.5700.1324065.6262.35
Hex6060DE39390Df0423e
Octal140140336717101536010276
Binary110000011000001101111011100111100101101111100001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6060DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6060DE; }

 p { color: rgb(96,96,222); }

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

<style>
 a { background-color: #6060DE; }

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

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

<style>
 span { border-color: #6060DE; }

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

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