#655DBF

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

Shades of Slate Blue #655DBF

Tints of Slate Blue #655DBF

Color information

#655DBF (or 0x655DBF) is unknown color: approx Slate Blue. HEX triplet: 65, 5D and BF. RGB value is (101,93,191). Sum of RGB (Red+Green+Blue) = 101+93+191=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #655DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DBF is #9AA240. Grayscale: #6A6A6A. Windows color (decimal): -10134081 or 12541285. OLE color: 12541285.

HSL color Cylindrical-coordinate representation of color #655DBF: hue angle of 244.9º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #655DBF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10193191-
CMYK0.470.5100.25
HSL244.9º43.36%55.69%-
HSV(B)244.9º51.31%74.9%-
XYZ18.6914.3651.08-
YUV106.56175.65124.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 191 (75% from 255) = 49.61%
R=26.23%
G=24.16%
B=49.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101931910.470.5100.25244.943.3655.69
Hex655DBF2F33019f52b38
Octal14513527757630313655370
Binary110010110111011011111110111111001101100111110101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,93,191); }

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

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

 a { background-color: rgb(101,93,191); }

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

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

 span { border-color: rgb(101,93,191); }

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