#6062CE

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

Shades of Slate Blue #6062CE

Tints of Slate Blue #6062CE

Color information

#6062CE (or 0x6062CE) is unknown color: approx Slate Blue. HEX triplet: 60, 62 and CE. RGB value is (96,98,206). Sum of RGB (Red+Green+Blue) = 96+98+206=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #6062CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6062CE is #9F9D31. Grayscale: #6D6D6D. Windows color (decimal): -10460466 or 13525600. OLE color: 13525600.

HSL color Cylindrical-coordinate representation of color #6062CE: hue angle of 238.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6062CE is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9698206-
CMYK0.530.5200.19
HSL238.91º52.88%59.22%-
HSV(B)238.91º53.4%80.78%-
XYZ20.3315.6860.35-
YUV109.71182.34118.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 206 (80.86% from 255) = 51.5%
R=24%
G=24.5%
B=51.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96982060.530.5200.19238.9152.8859.22
Hex6062CE3534013ef353b
Octal14014231665640233576573
Binary110000011000101100111011010111010001001111101111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6062CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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