#6555E5

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

Shades of Slate Blue #6555E5

Tints of Slate Blue #6555E5

Color information

#6555E5 (or 0x6555E5) is unknown color: approx Slate Blue. HEX triplet: 65, 55 and E5. RGB value is (101,85,229). Sum of RGB (Red+Green+Blue) = 101+85+229=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #6555E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555E5 is #9AAA1A. Grayscale: #696969. Windows color (decimal): -10136091 or 15029605. OLE color: 15029605.

HSL color Cylindrical-coordinate representation of color #6555E5: hue angle of 246.67º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6555E5 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10185229-
CMYK0.560.6300.10
HSL246.67º73.47%61.57%-
HSV(B)246.67º62.88%89.8%-
XYZ22.7614.9275.81-
YUV106.2197.3124.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.34%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 229 (89.84% from 255) = 55.18%
R=24.34%
G=20.48%
B=55.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal101852290.560.6300.10246.6773.4761.57
Hex6555E5383F0Af7493e
Octal145125345707701236711176
Binary110010110101011110010111100011111101010111101111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6555E5; }

 p { color: rgb(101,85,229); }

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

<style>
 a { background-color: #6555E5; }

 a { background-color: rgb(101,85,229); }

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

<style>
 span { border-color: #6555E5; }

 span { border-color: rgb(101,85,229); }

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