#6050CB

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

Shades of Slate Blue #6050CB

Tints of Slate Blue #6050CB

Color information

#6050CB (or 0x6050CB) is unknown color: approx Slate Blue. HEX triplet: 60, 50 and CB. RGB value is (96,80,203). Sum of RGB (Red+Green+Blue) = 96+80+203=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #6050CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6050CB is #9FAF34. Grayscale: #626262. Windows color (decimal): -10465077 or 13324384. OLE color: 13324384.

HSL color Cylindrical-coordinate representation of color #6050CB: hue angle of 247.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6050CB is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9680203-
CMYK0.530.6100.20
HSL247.8º54.19%55.49%-
HSV(B)247.8º60.59%79.61%-
XYZ18.4712.5457.95-
YUV98.81186.8126-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.33%
GREEN value IS 80 (31.64% from 255) = 21.11%
BLUE value IS 203 (79.69% from 255) = 53.56%
R=25.33%
G=21.11%
B=53.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96802030.530.6100.20247.854.1955.49
Hex6050CB353D014f83637
Octal14012031365750243706667
Binary110000010100001100101111010111110101010011111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6050CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6050CB; }

 p { color: rgb(96,80,203); }

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

<style>
 a { background-color: #6050CB; }

 a { background-color: rgb(96,80,203); }

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

<style>
 span { border-color: #6050CB; }

 span { border-color: rgb(96,80,203); }

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