#655fc9

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

Shades of Slate Blue #655FC9

Tints of Slate Blue #655FC9

Color information

#655FC9 (or 0x655FC9) is unknown color: approx Slate Blue. HEX triplet: 65, 5F and C9. RGB value is (101,95,201). Sum of RGB (Red+Green+Blue) = 101+95+201=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #655FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FC9 is #9AA036. Grayscale: #6C6C6C. Windows color (decimal): -10133559 or 13197157. OLE color: 13197157.

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

Color convert

RGB10195201-
CMYK0.500.5300.21
HSL243.4º49.53%58.04%-
HSV(B)243.4º52.74%78.82%-
XYZ2015.1757.13-
YUV108.88179.99122.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 201 (78.91% from 255) = 50.63%
R=25.44%
G=23.93%
B=50.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101952010.500.5300.21243.449.5358.04
Hex655FC93235015f3323a
Octal14513731162650253636272
Binary110010110111111100100111001011010101010111110011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655fc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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