Html Css Color HEX #616597 Governor Bay

📋 copy color: '#616597'

red 97 ◦ green 101 ◦ blue 151

#616597
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #616597

Tints of Governor Bay #616597

RGB

 RED value IS 97 (38.28% from 255) = 27.79%

 GREEN value IS 101 (39.84% from 255) = 28.94%

 BLUE value IS 151 (59.38% from 255) = 43.27%

R = 27.79%
G = 28.94%
B = 43.27%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#616597 (or 0x616597) is known color: Governor Bay. HEX triplet: 61, 65 and 97. RGB value is (97,101,151). Sum of RGB (Red+Green+Blue) = 97+101+151=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #616597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616597 is #9E9A68. Grayscale: #696969. Windows color (decimal): -10394217 or 9921889. OLE color: 9921889.

HSL color Cylindrical-coordinate representation of color #616597: hue angle of 235.56º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #616597 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 101 151 -
CMYK 0.36 0.33 0 0.41
HSL 235.56º 0.22% 0.49% -
HSV(B) 235.56º 0.36% 0.59% -
XYZ 15.17 14.08 31.2 -
YUV 105.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 97 101 151 0.36 0.33 0 0.41 235.56 0.22 0.49
Hex 61 65 97 24 21 0 29 EC 16 31
Octal 141 145 227 44 41 0 51 354 26 61
Binary 1100001 1100101 10010111 100100 100001 0 101001 11101100 10110 110001

Color Harmonies of #616597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616597

Black with #616597

Text Example


Text Example

White with #616597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616597; }

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

 H1.HeaderClassName
 {
   color: #616597;
 }
 .AnyTagClassName
 {
   color: #616597;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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