#615982

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

Shades of Kimberly #615982

Tints of Kimberly #615982

Color information

#615982 (or 0x615982) is unknown color: approx Kimberly. HEX triplet: 61, 59 and 82. RGB value is (97,89,130). Sum of RGB (Red+Green+Blue) = 97+89+130=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #615982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615982 is #9EA67D. Grayscale: #5F5F5F. Windows color (decimal): -10397310 or 8542561. OLE color: 8542561.

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

Color convert

RGB9789130-
CMYK0.250.3200.49
HSL251.71º18.72%42.94%-
HSV(B)251.71º31.54%50.98%-
XYZ12.5311.322.64-
YUV96.07147.15128.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=30.70%
G=28.16%
B=41.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97891300.250.3200.49251.7118.7242.94
Hex6159821920031fc132b
Octal14113120231400613742353
Binary11000011011001100000101100110000001100011111110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615982; }

 p { color: rgb(97,89,130); }

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

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

 a { background-color: rgb(97,89,130); }

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

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

 span { border-color: rgb(97,89,130); }

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