#616493

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

Shades of Governor Bay #616493

Tints of Governor Bay #616493

Color information

#616493 (or 0x616493) is unknown color: approx Governor Bay. HEX triplet: 61, 64 and 93. RGB value is (97,100,147). Sum of RGB (Red+Green+Blue) = 97+100+147=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #616493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616493 is #9E9B6C. Grayscale: #686868. Windows color (decimal): -10394477 or 9659489. OLE color: 9659489.

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

Color convert

RGB97100147-
CMYK0.340.3200.42
HSL236.4º20.49%47.84%-
HSV(B)236.4º34.01%57.65%-
XYZ14.7513.7629.48-
YUV104.46152.01122.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=28.20%
G=29.07%
B=42.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971001470.340.3200.42236.420.4947.84
Hex616493222002Aec1430
Octal14114422342400523542460
Binary110000111001001001001110001010000001010101110110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616493; }

 p { color: rgb(97,100,147); }

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

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

 a { background-color: rgb(97,100,147); }

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

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

 span { border-color: rgb(97,100,147); }

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