#615379

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

Shades of Kimberly #615379

Tints of Kimberly #615379

Color information

#615379 (or 0x615379) is unknown color: approx Kimberly. HEX triplet: 61, 53 and 79. RGB value is (97,83,121). Sum of RGB (Red+Green+Blue) = 97+83+121=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #615379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615379 is #9EAC86. Grayscale: #5B5B5B. Windows color (decimal): -10398855 or 7951201. OLE color: 7951201.

HSL color Cylindrical-coordinate representation of color #615379: hue angle of 262.11º degrees, saturation: 0.19, 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 #615379 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9783121-
CMYK0.200.3100.53
HSL262.11º18.63%40%-
HSV(B)262.11º31.4%47.45%-
XYZ11.4710.1119.44-
YUV91.52144.64131.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=32.23%
G=27.57%
B=40.20%

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
Decimal97831210.200.3100.53262.1118.6340
Hex615379141F0351061328
Octal14112317124370654062350
Binary1100001101001111110011010011111011010110000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615379; }

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

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

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

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

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

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

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

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