#616593

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

Shades of Governor Bay #616593

Tints of Governor Bay #616593

Color information

#616593 (or 0x616593) is unknown color: approx Governor Bay. HEX triplet: 61, 65 and 93. RGB value is (97,101,147). Sum of RGB (Red+Green+Blue) = 97+101+147=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #616593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616593 is #9E9A6C. Grayscale: #686868. Windows color (decimal): -10394221 or 9659745. OLE color: 9659745.

HSL color Cylindrical-coordinate representation of color #616593: hue angle of 235.2º 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 #616593 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97101147-
CMYK0.340.3100.42
HSL235.2º20.49%47.84%-
HSV(B)235.2º34.01%57.65%-
XYZ14.8513.9629.51-
YUV105.05151.67122.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=28.12%
G=29.28%
B=42.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971011470.340.3100.42235.220.4947.84
Hex616593221F02Aeb1430
Octal14114522342370523532460
Binary11000011100101100100111000101111101010101110101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616593; }

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

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

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

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

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

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

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

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