#61659A

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

Shades of Governor Bay #61659A

Tints of Governor Bay #61659A

Color information

#61659A (or 0x61659A) is unknown color: approx Governor Bay. HEX triplet: 61, 65 and 9A. RGB value is (97,101,154). Sum of RGB (Red+Green+Blue) = 97+101+154=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #61659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61659A is #9E9A65. Grayscale: #696969. Windows color (decimal): -10394214 or 10118497. OLE color: 10118497.

HSL color Cylindrical-coordinate representation of color #61659A: hue angle of 235.79º 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 #61659A is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB97101154-
CMYK0.370.3400.40
HSL235.79º22.71%49.22%-
HSV(B)235.79º37.01%60.39%-
XYZ15.4214.1832.5-
YUV105.85155.17121.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=27.56%
G=28.69%
B=43.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971011540.370.3400.40235.7922.7149.22
Hex61659A2522028ec1731
Octal14114523245420503542761
Binary110000111001011001101010010110001001010001110110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61659A; }

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

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

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

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

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

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

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

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