#616096

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

Shades of Governor Bay #616096

Tints of Governor Bay #616096

Color information

#616096 (or 0x616096) is unknown color: approx Governor Bay. HEX triplet: 61, 60 and 96. RGB value is (97,96,150). Sum of RGB (Red+Green+Blue) = 97+96+150=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #616096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616096 is #9E9F69. Grayscale: #666666. Windows color (decimal): -10395498 or 9855073. OLE color: 9855073.

HSL color Cylindrical-coordinate representation of color #616096: hue angle of 241.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #616096 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9796150-
CMYK0.350.3600.41
HSL241.11º21.95%48.24%-
HSV(B)241.11º36%58.82%-
XYZ14.6213.1130.61-
YUV102.45154.83124.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=28.28%
G=27.99%
B=43.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97961500.350.3600.41241.1121.9548.24
Hex6160962324029f11630
Octal14114022643440513612660
Binary110000111000001001011010001110010001010011111000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616096; }

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

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

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

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

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

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

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

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