#6254C8

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

Shades of Slate Blue #6254C8

Tints of Slate Blue #6254C8

Color information

#6254C8 (or 0x6254C8) is unknown color: approx Slate Blue. HEX triplet: 62, 54 and C8. RGB value is (98,84,200). Sum of RGB (Red+Green+Blue) = 98+84+200=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #6254C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6254C8 is #9DAB37. Grayscale: #646464. Windows color (decimal): -10332984 or 13128802. OLE color: 13128802.

HSL color Cylindrical-coordinate representation of color #6254C8: hue angle of 247.24º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6254C8 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9884200-
CMYK0.510.5800.22
HSL247.24º51.33%55.69%-
HSV(B)247.24º58%78.43%-
XYZ18.6313.1156.19-
YUV101.41183.64125.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.65%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 200 (78.52% from 255) = 52.36%
R=25.65%
G=21.99%
B=52.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal98842000.510.5800.22247.2451.3355.69
Hex6254C8333A016f73338
Octal14212431063720263676370
Binary110001010101001100100011001111101001011011110111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6254C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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