#6154C9

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

Shades of Slate Blue #6154C9

Tints of Slate Blue #6154C9

Color information

#6154C9 (or 0x6154C9) is unknown color: approx Slate Blue. HEX triplet: 61, 54 and C9. RGB value is (97,84,201). Sum of RGB (Red+Green+Blue) = 97+84+201=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #6154C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6154C9 is #9EAB36. Grayscale: #646464. Windows color (decimal): -10398519 or 13194337. OLE color: 13194337.

HSL color Cylindrical-coordinate representation of color #6154C9: hue angle of 246.67º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6154C9 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9784201-
CMYK0.520.5800.21
HSL246.67º52%55.88%-
HSV(B)246.67º58.21%78.82%-
XYZ18.6413.156.8-
YUV101.22184.31124.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 201 (78.91% from 255) = 52.62%
R=25.39%
G=21.99%
B=52.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97842010.520.5800.21246.675255.88
Hex6154C9343A015f73438
Octal14112431164720253676470
Binary110000110101001100100111010011101001010111110111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6154C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6154C9; }

 p { color: rgb(97,84,201); }

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

<style>
 a { background-color: #6154C9; }

 a { background-color: rgb(97,84,201); }

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

<style>
 span { border-color: #6154C9; }

 span { border-color: rgb(97,84,201); }

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