#615A87

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

Shades of Kimberly #615A87

Tints of Kimberly #615A87

Color information

#615A87 (or 0x615A87) is unknown color: approx Kimberly. HEX triplet: 61, 5A and 87. RGB value is (97,90,135). Sum of RGB (Red+Green+Blue) = 97+90+135=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #615A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615A87 is #9EA578. Grayscale: #616161. Windows color (decimal): -10397049 or 8870497. OLE color: 8870497.

HSL color Cylindrical-coordinate representation of color #615A87: hue angle of 249.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #615A87 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9790135-
CMYK0.280.3300.47
HSL249.33º20%44.12%-
HSV(B)249.33º33.33%52.94%-
XYZ12.9611.624.48-
YUV97.22149.32127.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 135 (53.12% from 255) = 41.93%
R=30.12%
G=27.95%
B=41.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97901350.280.3300.47249.332044.12
Hex615A871C2102Ff9142c
Octal14113220734410573712454
Binary11000011011010100001111110010000101011111111100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,90,135); }

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

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

 a { background-color: rgb(97,90,135); }

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

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

 span { border-color: rgb(97,90,135); }

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