#615780

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

Shades of Kimberly #615780

Tints of Kimberly #615780

Color information

#615780 (or 0x615780) is unknown color: approx Kimberly. HEX triplet: 61, 57 and 80. RGB value is (97,87,128). Sum of RGB (Red+Green+Blue) = 97+87+128=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 128 - color contains mainly: blue. Hex color #615780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615780 is #9EA87F. Grayscale: #5E5E5E. Windows color (decimal): -10397824 or 8410977. OLE color: 8410977.

HSL color Cylindrical-coordinate representation of color #615780: hue angle of 254.63º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #615780 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9787128-
CMYK0.240.3200.50
HSL254.63º19.07%42.16%-
HSV(B)254.63º32.03%50.2%-
XYZ12.2310.9221.88-
YUV94.66146.81129.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 128 (50.39% from 255) = 41.03%
R=31.09%
G=27.88%
B=41.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97871280.240.3200.50254.6319.0742.16
Hex6157801820032ff132a
Octal14112720030400623772352
Binary11000011010111100000001100010000001100101111111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615780; }

 p { color: rgb(97,87,128); }

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

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

 a { background-color: rgb(97,87,128); }

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

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

 span { border-color: rgb(97,87,128); }

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