#6051CD

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

Shades of Slate Blue #6051CD

Tints of Slate Blue #6051CD

Color information

#6051CD (or 0x6051CD) is unknown color: approx Slate Blue. HEX triplet: 60, 51 and CD. RGB value is (96,81,205). Sum of RGB (Red+Green+Blue) = 96+81+205=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #6051CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051CD is #9FAE32. Grayscale: #636363. Windows color (decimal): -10464819 or 13455712. OLE color: 13455712.

HSL color Cylindrical-coordinate representation of color #6051CD: hue angle of 247.26º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6051CD is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9681205-
CMYK0.530.6000.20
HSL247.26º55.36%56.08%-
HSV(B)247.26º60.49%80.39%-
XYZ18.7912.7859.23-
YUV99.62187.47125.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.13%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 205 (80.47% from 255) = 53.66%
R=25.13%
G=21.20%
B=53.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96812050.530.6000.20247.2655.3656.08
Hex6051CD353C014f73738
Octal14012131565740243676770
Binary110000010100011100110111010111110001010011110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6051CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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