#615581

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

Shades of Kimberly #615581

Tints of Kimberly #615581

Color information

#615581 (or 0x615581) is unknown color: approx Kimberly. HEX triplet: 61, 55 and 81. RGB value is (97,85,129). Sum of RGB (Red+Green+Blue) = 97+85+129=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #615581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615581 is #9EAA7E. Grayscale: #5D5D5D. Windows color (decimal): -10398335 or 8476001. OLE color: 8476001.

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

Color convert

RGB9785129-
CMYK0.250.3400.49
HSL256.36º20.56%41.96%-
HSV(B)256.36º34.11%50.59%-
XYZ12.1410.6222.18-
YUV93.6147.98130.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 129 (50.78% from 255) = 41.48%
R=31.19%
G=27.33%
B=41.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97851290.250.3400.49256.3620.5641.96
Hex6155811922031100152a
Octal14112520131420614002552
Binary110000110101011000000111001100010011000110000000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615581; }

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

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

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

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

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

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

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

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