#61608E

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

Shades of Governor Bay #61608E

Tints of Governor Bay #61608E

Color information

#61608E (or 0x61608E) is unknown color: approx Governor Bay. HEX triplet: 61, 60 and 8E. RGB value is (97,96,142). Sum of RGB (Red+Green+Blue) = 97+96+142=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #61608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61608E is #9E9F71. Grayscale: #656565. Windows color (decimal): -10395506 or 9330785. OLE color: 9330785.

HSL color Cylindrical-coordinate representation of color #61608E: hue angle of 241.3º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61608E is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9796142-
CMYK0.320.3200.44
HSL241.3º19.33%46.67%-
HSV(B)241.3º32.39%55.69%-
XYZ1412.8627.34-
YUV101.54150.83124.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=28.96%
G=28.66%
B=42.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97961420.320.3200.44241.319.3346.67
Hex61608E202002Cf1132f
Octal14114021640400543612357
Binary110000111000001000111010000010000001011001111000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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