#615D84

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

Shades of Kimberly #615D84

Tints of Kimberly #615D84

Color information

#615D84 (or 0x615D84) is unknown color: approx Kimberly. HEX triplet: 61, 5D and 84. RGB value is (97,93,132). Sum of RGB (Red+Green+Blue) = 97+93+132=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #615D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615D84 is #9EA27B. Grayscale: #626262. Windows color (decimal): -10396284 or 8674657. OLE color: 8674657.

HSL color Cylindrical-coordinate representation of color #615D84: hue angle of 246.15º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #615D84 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9793132-
CMYK0.270.3000.48
HSL246.15º17.33%44.12%-
HSV(B)246.15º29.55%51.76%-
XYZ13.0112.0423.47-
YUV98.64146.83126.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=30.12%
G=28.88%
B=40.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97931320.270.3000.48246.1517.3344.12
Hex615D841B1E030f6112c
Octal14113520433360603662154
Binary1100001101110110000100110111111001100001111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,93,132); }

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

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

 a { background-color: rgb(97,93,132); }

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

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

 span { border-color: rgb(97,93,132); }

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