#654FC9

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

Shades of Slate Blue #654FC9

Tints of Slate Blue #654FC9

Color information

#654FC9 (or 0x654FC9) is unknown color: approx Slate Blue. HEX triplet: 65, 4F and C9. RGB value is (101,79,201). Sum of RGB (Red+Green+Blue) = 101+79+201=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #654FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FC9 is #9AB036. Grayscale: #636363. Windows color (decimal): -10137655 or 13193061. OLE color: 13193061.

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

Color convert

RGB10179201-
CMYK0.500.6100.21
HSL250.82º53.04%54.9%-
HSV(B)250.82º60.7%78.82%-
XYZ18.7112.5856.7-
YUV99.49185.29129.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.51%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 201 (78.91% from 255) = 52.76%
R=26.51%
G=20.73%
B=52.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101792010.500.6100.21250.8253.0454.9
Hex654FC9323D015fb3537
Octal14511731162750253736567
Binary110010110011111100100111001011110101010111111011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654FC9; }

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

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

<style>
 a { background-color: #654FC9; }

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

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

<style>
 span { border-color: #654FC9; }

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

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