#6062dc

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

Shades of Slate Blue #6062DC

Tints of Slate Blue #6062DC

Color information

#6062DC (or 0x6062DC) is unknown color: approx Slate Blue. HEX triplet: 60, 62 and DC. RGB value is (96,98,220). Sum of RGB (Red+Green+Blue) = 96+98+220=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #6062DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6062DC is #9F9D23. Grayscale: #6E6E6E. Windows color (decimal): -10460452 or 14443104. OLE color: 14443104.

HSL color Cylindrical-coordinate representation of color #6062DC: hue angle of 239.03º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6062DC is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9698220-
CMYK0.560.5500.14
HSL239.03º63.92%61.96%-
HSV(B)239.03º56.36%86.27%-
XYZ22.1116.3969.71-
YUV111.31189.34117.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.19%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 220 (86.33% from 255) = 53.14%
R=23.19%
G=23.67%
B=53.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal96982200.560.5500.14239.0363.9261.96
Hex6062DC38370Eef403e
Octal140142334706701635710076
Binary110000011000101101110011100011011101110111011111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6062dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6062dc; }

 p { color: rgb(96,98,220); }

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

<style>
 a { background-color: #6062dc; }

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

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

<style>
 span { border-color: #6062dc; }

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

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