#6254C4

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

Shades of Slate Blue #6254C4

Tints of Slate Blue #6254C4

Color information

#6254C4 (or 0x6254C4) is unknown color: approx Slate Blue. HEX triplet: 62, 54 and C4. RGB value is (98,84,196). Sum of RGB (Red+Green+Blue) = 98+84+196=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #6254C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6254C4 is #9DAB3B. Grayscale: #646464. Windows color (decimal): -10332988 or 12866658. OLE color: 12866658.

HSL color Cylindrical-coordinate representation of color #6254C4: hue angle of 247.5º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6254C4 is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9884196-
CMYK0.50.5700.23
HSL247.5º48.7%54.9%-
HSV(B)247.5º57.14%76.86%-
XYZ18.1712.9253.76-
YUV100.95181.64125.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 196 (76.95% from 255) = 51.85%
R=25.93%
G=22.22%
B=51.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal98841960.50.5700.23247.548.754.9
Hex6254C43239017f83137
Octal14212430462710273706167
Binary110001010101001100010011001011100101011111111000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6254C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6254C4; }

 p { color: rgb(98,84,196); }

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

<style>
 a { background-color: #6254C4; }

 a { background-color: rgb(98,84,196); }

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

<style>
 span { border-color: #6254C4; }

 span { border-color: rgb(98,84,196); }

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