#6354C8

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

Shades of Slate Blue #6354C8

Tints of Slate Blue #6354C8

Color information

#6354C8 (or 0x6354C8) is unknown color: approx Slate Blue. HEX triplet: 63, 54 and C8. RGB value is (99,84,200). Sum of RGB (Red+Green+Blue) = 99+84+200=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 200 (78.52% from 255 or 52.22% from 383); Max value from RGB is 200 - color contains mainly: blue. Hex color #6354C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6354C8 is #9CAB37. Grayscale: #656565. Windows color (decimal): -10267448 or 13128803. OLE color: 13128803.

HSL color Cylindrical-coordinate representation of color #6354C8: hue angle of 247.76º 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 #6354C8 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9984200-
CMYK0.500.5800.22
HSL247.76º51.33%55.69%-
HSV(B)247.76º58%78.43%-
XYZ18.7413.1656.2-
YUV101.71183.47126.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.85%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 200 (78.52% from 255) = 52.22%
R=25.85%
G=21.93%
B=52.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal99842000.500.5800.22247.7651.3355.69
Hex6354C8323A016f83338
Octal14312431062720263706370
Binary110001110101001100100011001011101001011011111000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6354C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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