#616592

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

Shades of Governor Bay #616592

Tints of Governor Bay #616592

Color information

#616592 (or 0x616592) is unknown color: approx Governor Bay. HEX triplet: 61, 65 and 92. RGB value is (97,101,146). Sum of RGB (Red+Green+Blue) = 97+101+146=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #616592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616592 is #9E9A6D. Grayscale: #686868. Windows color (decimal): -10394222 or 9594209. OLE color: 9594209.

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

Color convert

RGB97101146-
CMYK0.340.3100.43
HSL235.1º20.16%47.65%-
HSV(B)235.1º33.56%57.25%-
XYZ14.7713.9229.1-
YUV104.93151.17122.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 146 (57.42% from 255) = 42.44%
R=28.20%
G=29.36%
B=42.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971011460.340.3100.43235.120.1647.65
Hex616592221F02Beb1430
Octal14114522242370533532460
Binary11000011100101100100101000101111101010111110101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616592; }

 p { color: rgb(97,101,146); }

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

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

 a { background-color: rgb(97,101,146); }

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

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

 span { border-color: rgb(97,101,146); }

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