#615884

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

Shades of Kimberly #615884

Tints of Kimberly #615884

Color information

#615884 (or 0x615884) is unknown color: approx Kimberly. HEX triplet: 61, 58 and 84. RGB value is (97,88,132). Sum of RGB (Red+Green+Blue) = 97+88+132=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #615884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615884 is #9EA77B. Grayscale: #5F5F5F. Windows color (decimal): -10397564 or 8673377. OLE color: 8673377.

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

Color convert

RGB9788132-
CMYK0.270.3300.48
HSL252.27º20%43.14%-
HSV(B)252.27º33.33%51.76%-
XYZ12.5811.1923.33-
YUV95.71148.48128.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=30.60%
G=27.76%
B=41.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97881320.270.3300.48252.272043.14
Hex6158841B21030fc142b
Octal14113020433410603742453
Binary11000011011000100001001101110000101100001111110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615884; }

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

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

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

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

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

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

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

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