#655EDB

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

Shades of Slate Blue #655EDB

Tints of Slate Blue #655EDB

Color information

#655EDB (or 0x655EDB) is unknown color: approx Slate Blue. HEX triplet: 65, 5E and DB. RGB value is (101,94,219). Sum of RGB (Red+Green+Blue) = 101+94+219=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #655EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EDB is #9AA124. Grayscale: #6D6D6D. Windows color (decimal): -10133797 or 14376549. OLE color: 14376549.

HSL color Cylindrical-coordinate representation of color #655EDB: hue angle of 243.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #655EDB is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10194219-
CMYK0.540.5700.14
HSL243.36º63.45%61.37%-
HSV(B)243.36º57.08%85.88%-
XYZ22.1615.8968.92-
YUV110.34189.32121.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.40%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 219 (85.94% from 255) = 52.90%
R=24.40%
G=22.71%
B=52.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal101942190.540.5700.14243.3663.4561.37
Hex655EDB36390Ef33f3d
Octal14513633366710163637775
Binary11001011011110110110111101101110010111011110011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655EDB; }

 p { color: rgb(101,94,219); }

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

<style>
 a { background-color: #655EDB; }

 a { background-color: rgb(101,94,219); }

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

<style>
 span { border-color: #655EDB; }

 span { border-color: rgb(101,94,219); }

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