#616098

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

Shades of Governor Bay #616098

Tints of Governor Bay #616098

Color information

#616098 (or 0x616098) is unknown color: approx Governor Bay. HEX triplet: 61, 60 and 98. RGB value is (97,96,152). Sum of RGB (Red+Green+Blue) = 97+96+152=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #616098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616098 is #9E9F67. Grayscale: #666666. Windows color (decimal): -10395496 or 9986145. OLE color: 9986145.

HSL color Cylindrical-coordinate representation of color #616098: hue angle of 241.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #616098 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9796152-
CMYK0.360.3700.40
HSL241.07º22.58%48.63%-
HSV(B)241.07º36.84%59.61%-
XYZ14.7813.1731.47-
YUV102.68155.83123.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=28.12%
G=27.83%
B=44.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97961520.360.3700.40241.0722.5848.63
Hex6160982425028f11731
Octal14114023044450503612761
Binary110000111000001001100010010010010101010001111000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616098; }

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

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

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

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

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

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

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

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