#6154CA

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

Shades of Slate Blue #6154CA

Tints of Slate Blue #6154CA

Color information

#6154CA (or 0x6154CA) is unknown color: approx Slate Blue. HEX triplet: 61, 54 and CA. RGB value is (97,84,202). Sum of RGB (Red+Green+Blue) = 97+84+202=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #6154CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6154CA is #9EAB35. Grayscale: #646464. Windows color (decimal): -10398518 or 13259873. OLE color: 13259873.

HSL color Cylindrical-coordinate representation of color #6154CA: hue angle of 246.61º degrees, saturation: 0.53, 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 #6154CA is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9784202-
CMYK0.520.5800.21
HSL246.61º52.68%56.08%-
HSV(B)246.61º58.42%79.22%-
XYZ18.7613.1557.43-
YUV101.34184.81124.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.33%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=25.33%
G=21.93%
B=52.74%

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
Decimal97842020.520.5800.21246.6152.6856.08
Hex6154CA343A015f73538
Octal14112431264720253676570
Binary110000110101001100101011010011101001010111110111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6154CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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