#615681

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

Shades of Kimberly #615681

Tints of Kimberly #615681

Color information

#615681 (or 0x615681) is unknown color: approx Kimberly. HEX triplet: 61, 56 and 81. RGB value is (97,86,129). Sum of RGB (Red+Green+Blue) = 97+86+129=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #615681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615681 is #9EA97E. Grayscale: #5E5E5E. Windows color (decimal): -10398079 or 8476257. OLE color: 8476257.

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

Color convert

RGB9786129-
CMYK0.250.3300.49
HSL255.35º20%42.16%-
HSV(B)255.35º33.33%50.59%-
XYZ12.2210.7822.21-
YUV94.19147.64130-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=31.09%
G=27.56%
B=41.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97861290.250.3300.49255.352042.16
Hex6156811921031ff142a
Octal14112620131410613772452
Binary11000011010110100000011100110000101100011111111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615681; }

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

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

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

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

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

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

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

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