#654DA0

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

Shades of Studio #654DA0

Tints of Studio #654DA0

Color information

#654DA0 (or 0x654DA0) is unknown color: approx Studio. HEX triplet: 65, 4D and A0. RGB value is (101,77,160). Sum of RGB (Red+Green+Blue) = 101+77+160=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #654DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654DA0 is #9AB25F. Grayscale: #5D5D5D. Windows color (decimal): -10138208 or 10505573. OLE color: 10505573.

HSL color Cylindrical-coordinate representation of color #654DA0: hue angle of 257.35º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #654DA0 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10177160-
CMYK0.370.5200.37
HSL257.35º35.02%46.47%-
HSV(B)257.35º51.88%62.75%-
XYZ14.3710.6134.55-
YUV93.64165.45133.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 160 (62.89% from 255) = 47.34%
R=29.88%
G=22.78%
B=47.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101771600.370.5200.37257.3535.0246.47
Hex654DA02534025101232e
Octal14511524045640454014356
Binary11001011001101101000001001011101000100101100000001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,77,160); }

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

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

 a { background-color: rgb(101,77,160); }

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

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

 span { border-color: rgb(101,77,160); }

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