#61608D

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

Shades of Kimberly #61608D

Tints of Kimberly #61608D

Color information

#61608D (or 0x61608D) is unknown color: approx Kimberly. HEX triplet: 61, 60 and 8D. RGB value is (97,96,141). Sum of RGB (Red+Green+Blue) = 97+96+141=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #61608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61608D is #9E9F72. Grayscale: #656565. Windows color (decimal): -10395507 or 9265249. OLE color: 9265249.

HSL color Cylindrical-coordinate representation of color #61608D: hue angle of 241.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61608D is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9796141-
CMYK0.310.3200.45
HSL241.33º18.99%46.47%-
HSV(B)241.33º31.91%55.29%-
XYZ13.9212.8326.94-
YUV101.43150.33124.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=29.04%
G=28.74%
B=42.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97961410.310.3200.45241.3318.9946.47
Hex61608D1F2002Df1132e
Octal14114021537400553612356
Binary11000011100000100011011111110000001011011111000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61608D; }

 p { color: rgb(97,96,141); }

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

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

 a { background-color: rgb(97,96,141); }

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

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

 span { border-color: rgb(97,96,141); }

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