#615682

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

Shades of Kimberly #615682

Tints of Kimberly #615682

Color information

#615682 (or 0x615682) is unknown color: approx Kimberly. HEX triplet: 61, 56 and 82. RGB value is (97,86,130). Sum of RGB (Red+Green+Blue) = 97+86+130=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #615682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615682 is #9EA97D. Grayscale: #5E5E5E. Windows color (decimal): -10398078 or 8541793. OLE color: 8541793.

HSL color Cylindrical-coordinate representation of color #615682: hue angle of 255º degrees, saturation: 0.2, 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 #615682 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9786130-
CMYK0.250.3400.49
HSL255º20.37%42.35%-
HSV(B)255º33.85%50.98%-
XYZ12.2910.8122.56-
YUV94.3148.14129.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.99%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=30.99%
G=27.48%
B=41.53%

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
Decimal97861300.250.3400.4925520.3742.35
Hex6156821922031ff142a
Octal14112620231420613772452
Binary11000011010110100000101100110001001100011111111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615682; }

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

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

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

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

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

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

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

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