#6552E8

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

Shades of Slate Blue #6552E8

Tints of Slate Blue #6552E8

Color information

#6552E8 (or 0x6552E8) is unknown color: approx Slate Blue. HEX triplet: 65, 52 and E8. RGB value is (101,82,232). Sum of RGB (Red+Green+Blue) = 101+82+232=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 232 (91.02% from 255 or 55.90% from 415); Max value from RGB is 232 - color contains mainly: blue. Hex color #6552E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6552E8 is #9AAD17. Grayscale: #686868. Windows color (decimal): -10136856 or 15225445. OLE color: 15225445.

HSL color Cylindrical-coordinate representation of color #6552E8: hue angle of 247.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6552E8 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10182232-
CMYK0.560.6500.09
HSL247.6º76.53%61.57%-
HSV(B)247.6º64.66%90.98%-
XYZ22.9514.6377.96-
YUV104.78199.79125.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.34%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 232 (91.02% from 255) = 55.90%
R=24.34%
G=19.76%
B=55.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal101822320.560.6500.09247.676.5361.57
Hex6552E8384109f84d3e
Octal1451223507010101137011576
Binary1100101101001011101000111000100000101001111110001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6552E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6552E8; }

 p { color: rgb(101,82,232); }

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

<style>
 a { background-color: #6552E8; }

 a { background-color: rgb(101,82,232); }

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

<style>
 span { border-color: #6552E8; }

 span { border-color: rgb(101,82,232); }

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