#615C84

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

Shades of Kimberly #615C84

Tints of Kimberly #615C84

Color information

#615C84 (or 0x615C84) is unknown color: approx Kimberly. HEX triplet: 61, 5C and 84. RGB value is (97,92,132). Sum of RGB (Red+Green+Blue) = 97+92+132=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #615C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615C84 is #9EA37B. Grayscale: #616161. Windows color (decimal): -10396540 or 8674401. OLE color: 8674401.

HSL color Cylindrical-coordinate representation of color #615C84: hue angle of 247.5º degrees, saturation: 0.18, 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 #615C84 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9792132-
CMYK0.270.3000.48
HSL247.5º17.86%43.92%-
HSV(B)247.5º30.3%51.76%-
XYZ12.9211.8623.44-
YUV98.06147.16127.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=30.22%
G=28.66%
B=41.12%

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
Decimal97921320.270.3000.48247.517.8643.92
Hex615C841B1E030f8122c
Octal14113420433360603702254
Binary1100001101110010000100110111111001100001111100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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