#6051CE

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

Shades of Slate Blue #6051CE

Tints of Slate Blue #6051CE

Color information

#6051CE (or 0x6051CE) is unknown color: approx Slate Blue. HEX triplet: 60, 51 and CE. RGB value is (96,81,206). Sum of RGB (Red+Green+Blue) = 96+81+206=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #6051CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051CE is #9FAE31. Grayscale: #636363. Windows color (decimal): -10464818 or 13521248. OLE color: 13521248.

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

Color convert

RGB9681206-
CMYK0.530.6100.19
HSL247.2º56.05%56.27%-
HSV(B)247.2º60.68%80.78%-
XYZ18.9112.8359.87-
YUV99.74187.97125.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 206 (80.86% from 255) = 53.79%
R=25.07%
G=21.15%
B=53.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96812060.530.6100.19247.256.0556.27
Hex6051CE353D013f73838
Octal14012131665750233677070
Binary110000010100011100111011010111110101001111110111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6051CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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