#615481

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

Shades of Kimberly #615481

Tints of Kimberly #615481

Color information

#615481 (or 0x615481) is unknown color: approx Kimberly. HEX triplet: 61, 54 and 81. RGB value is (97,84,129). Sum of RGB (Red+Green+Blue) = 97+84+129=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #615481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615481 is #9EAB7E. Grayscale: #5C5C5C. Windows color (decimal): -10398591 or 8475745. OLE color: 8475745.

HSL color Cylindrical-coordinate representation of color #615481: hue angle of 257.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #615481 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9784129-
CMYK0.250.3500.49
HSL257.33º21.13%41.76%-
HSV(B)257.33º34.88%50.59%-
XYZ12.0610.4722.15-
YUV93.02148.31130.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 129 (50.78% from 255) = 41.61%
R=31.29%
G=27.10%
B=41.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97841290.250.3500.49257.3321.1341.76
Hex6154811923031101152a
Octal14112420131430614012552
Binary110000110101001000000111001100011011000110000000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615481; }

 p { color: rgb(97,84,129); }

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

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

 a { background-color: rgb(97,84,129); }

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

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

 span { border-color: rgb(97,84,129); }

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