#615684

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

Shades of Kimberly #615684

Tints of Kimberly #615684

Color information

#615684 (or 0x615684) is unknown color: approx Kimberly. HEX triplet: 61, 56 and 84. RGB value is (97,86,132). Sum of RGB (Red+Green+Blue) = 97+86+132=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #615684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615684 is #9EA97B. Grayscale: #5E5E5E. Windows color (decimal): -10398076 or 8672865. OLE color: 8672865.

HSL color Cylindrical-coordinate representation of color #615684: hue angle of 254.35º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #615684 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9786132-
CMYK0.270.3500.48
HSL254.35º21.1%42.75%-
HSV(B)254.35º34.85%51.76%-
XYZ12.4210.8623.27-
YUV94.53149.14129.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=30.79%
G=27.30%
B=41.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97861320.270.3500.48254.3521.142.75
Hex6156841B23030fe152b
Octal14112620433430603762553
Binary11000011010110100001001101110001101100001111111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615684; }

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

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

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

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

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

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

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

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