#615680

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

Shades of Kimberly #615680

Tints of Kimberly #615680

Color information

#615680 (or 0x615680) is unknown color: approx Kimberly. HEX triplet: 61, 56 and 80. RGB value is (97,86,128). Sum of RGB (Red+Green+Blue) = 97+86+128=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #615680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615680 is #9EA97F. Grayscale: #5D5D5D. Windows color (decimal): -10398080 or 8410721. OLE color: 8410721.

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

Color convert

RGB9786128-
CMYK0.240.3300.50
HSL255.71º19.63%41.96%-
HSV(B)255.71º32.81%50.2%-
XYZ12.1510.7621.86-
YUV94.08147.14130.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=31.19%
G=27.65%
B=41.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97861280.240.3300.50255.7119.6341.96
Hex6156801821032100142a
Octal14112620030410624002452
Binary110000110101101000000011000100001011001010000000010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615680; }

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

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

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

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

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

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

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

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