#6059CE

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

Shades of Slate Blue #6059CE

Tints of Slate Blue #6059CE

Color information

#6059CE (or 0x6059CE) is unknown color: approx Slate Blue. HEX triplet: 60, 59 and CE. RGB value is (96,89,206). Sum of RGB (Red+Green+Blue) = 96+89+206=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #6059CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059CE is #9FA631. Grayscale: #676767. Windows color (decimal): -10462770 or 13523296. OLE color: 13523296.

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

Color convert

RGB9689206-
CMYK0.530.5700.19
HSL243.59º54.42%57.84%-
HSV(B)243.59º56.8%80.78%-
XYZ19.5414.0960.08-
YUV104.43185.32121.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 206 (80.86% from 255) = 52.69%
R=24.55%
G=22.76%
B=52.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96892060.530.5700.19243.5954.4257.84
Hex6059CE3539013f4363a
Octal14013131665710233646672
Binary110000010110011100111011010111100101001111110100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6059CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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