#654CC2

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

Shades of Slate Blue #654CC2

Tints of Slate Blue #654CC2

Color information

#654CC2 (or 0x654CC2) is unknown color: approx Slate Blue. HEX triplet: 65, 4C and C2. RGB value is (101,76,194). Sum of RGB (Red+Green+Blue) = 101+76+194=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #654CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CC2 is #9AB33D. Grayscale: #606060. Windows color (decimal): -10138430 or 12733541. OLE color: 12733541.

HSL color Cylindrical-coordinate representation of color #654CC2: hue angle of 252.71º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #654CC2 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10176194-
CMYK0.480.6100.24
HSL252.71º49.17%52.94%-
HSV(B)252.71º60.82%76.08%-
XYZ17.6911.8352.39-
YUV96.93182.78130.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 194 (76.17% from 255) = 52.29%
R=27.22%
G=20.49%
B=52.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101761940.480.6100.24252.7149.1752.94
Hex654CC2303D018fd3135
Octal14511430260750303756165
Binary110010110011001100001011000011110101100011111101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,76,194); }

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

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

 a { background-color: rgb(101,76,194); }

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

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

 span { border-color: rgb(101,76,194); }

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