#615B81

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

Shades of Kimberly #615B81

Tints of Kimberly #615B81

Color information

#615B81 (or 0x615B81) is unknown color: approx Kimberly. HEX triplet: 61, 5B and 81. RGB value is (97,91,129). Sum of RGB (Red+Green+Blue) = 97+91+129=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #615B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615B81 is #9EA47E. Grayscale: #606060. Windows color (decimal): -10396799 or 8477537. OLE color: 8477537.

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

Color convert

RGB9791129-
CMYK0.250.2900.49
HSL249.47º17.27%43.14%-
HSV(B)249.47º29.46%50.59%-
XYZ12.6311.6122.34-
YUV97.13145.99127.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=30.60%
G=28.71%
B=40.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97911290.250.2900.49249.4717.2743.14
Hex615B81191D031f9112b
Octal14113320131350613712153
Binary1100001101101110000001110011110101100011111100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615B81; }

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

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

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

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

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

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

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

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