#615479

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

Shades of Kimberly #615479

Tints of Kimberly #615479

Color information

#615479 (or 0x615479) is unknown color: approx Kimberly. HEX triplet: 61, 54 and 79. RGB value is (97,84,121). Sum of RGB (Red+Green+Blue) = 97+84+121=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #615479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615479 is #9EAB86. Grayscale: #5B5B5B. Windows color (decimal): -10398599 or 7951457. OLE color: 7951457.

HSL color Cylindrical-coordinate representation of color #615479: hue angle of 261.08º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #615479 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9784121-
CMYK0.200.3100.53
HSL261.08º18.05%40.2%-
HSV(B)261.08º30.58%47.45%-
XYZ11.5510.2619.46-
YUV92.1144.31131.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=32.12%
G=27.81%
B=40.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97841210.200.3100.53261.0818.0540.2
Hex615479141F0351051228
Octal14112417124370654052250
Binary1100001101010011110011010011111011010110000010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615479; }

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

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

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

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

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

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

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

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