#655DC9

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

Shades of Slate Blue #655DC9

Tints of Slate Blue #655DC9

Color information

#655DC9 (or 0x655DC9) is unknown color: approx Slate Blue. HEX triplet: 65, 5D and C9. RGB value is (101,93,201). Sum of RGB (Red+Green+Blue) = 101+93+201=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #655DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DC9 is #9AA236. Grayscale: #6B6B6B. Windows color (decimal): -10134071 or 13196645. OLE color: 13196645.

HSL color Cylindrical-coordinate representation of color #655DC9: hue angle of 244.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655DC9 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10193201-
CMYK0.500.5400.21
HSL244.44º50%57.65%-
HSV(B)244.44º53.73%78.82%-
XYZ19.8214.8157.07-
YUV107.7180.65123.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.57%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 201 (78.91% from 255) = 50.89%
R=25.57%
G=23.54%
B=50.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101932010.500.5400.21244.445057.65
Hex655DC93236015f4323a
Octal14513531162660253646272
Binary110010110111011100100111001011011001010111110100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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