#6354E4

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

Shades of Slate Blue #6354E4

Tints of Slate Blue #6354E4

Color information

#6354E4 (or 0x6354E4) is unknown color: approx Slate Blue. HEX triplet: 63, 54 and E4. RGB value is (99,84,228). Sum of RGB (Red+Green+Blue) = 99+84+228=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #6354E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6354E4 is #9CAB1B. Grayscale: #686868. Windows color (decimal): -10267420 or 14963811. OLE color: 14963811.

HSL color Cylindrical-coordinate representation of color #6354E4: hue angle of 246.25º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6354E4 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9984228-
CMYK0.570.6300.11
HSL246.25º72.73%61.18%-
HSV(B)246.25º63.16%89.41%-
XYZ22.3214.5975.04-
YUV104.9197.47123.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.09%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 228 (89.45% from 255) = 55.47%
R=24.09%
G=20.44%
B=55.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal99842280.570.6300.11246.2572.7361.18
Hex6354E4393F0Bf6493d
Octal143124344717701336611175
Binary110001110101001110010011100111111101011111101101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6354E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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