#6159CB

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

Shades of Slate Blue #6159CB

Tints of Slate Blue #6159CB

Color information

#6159CB (or 0x6159CB) is unknown color: approx Slate Blue. HEX triplet: 61, 59 and CB. RGB value is (97,89,203). Sum of RGB (Red+Green+Blue) = 97+89+203=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #6159CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159CB is #9EA634. Grayscale: #676767. Windows color (decimal): -10397237 or 13326689. OLE color: 13326689.

HSL color Cylindrical-coordinate representation of color #6159CB: hue angle of 244.21º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6159CB is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9789203-
CMYK0.520.5600.20
HSL244.21º52.29%57.25%-
HSV(B)244.21º56.16%79.61%-
XYZ19.281458.19-
YUV104.39183.65122.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=24.94%
G=22.88%
B=52.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97892030.520.5600.20244.2152.2957.25
Hex6159CB3438014f43439
Octal14113131364700243646471
Binary110000110110011100101111010011100001010011110100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6159CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,89,203); }

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

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

 a { background-color: rgb(97,89,203); }

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

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

 span { border-color: rgb(97,89,203); }

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