Html Css Color HEX #616697 Governor Bay

📋 copy color: '#616697'

red 97 ◦ green 102 ◦ blue 151

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

Shades of Governor Bay #616697

Tints of Governor Bay #616697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

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

R = 27.71%
G = 29.14%
B = 43.14%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#616697 (or 0x616697) is known color: Governor Bay. HEX triplet: 61, 66 and 97. RGB value is (97,102,151). Sum of RGB (Red+Green+Blue) = 97+102+151=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #616697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616697 is #9E9968. Grayscale: #696969. Windows color (decimal): -10393961 or 9922145. OLE color: 9922145.

HSL color Cylindrical-coordinate representation of color #616697: hue angle of 234.44º 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 #616697 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 102 151 -
CMYK 0.36 0.32 0 0.41
HSL 234.44º 0.22% 0.49% -
HSV(B) 234.44º 0.36% 0.59% -
XYZ 15.27 14.28 31.23 -
YUV 106.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 97 102 151 0.36 0.32 0 0.41 234.44 0.22 0.49
Hex 61 66 97 24 20 0 29 EA 16 31
Octal 141 146 227 44 40 0 51 352 26 61
Binary 1100001 1100110 10010111 100100 100000 0 101001 11101010 10110 110001

Color Harmonies of #616697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616697

Black with #616697

Text Example


Text Example

White with #616697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616697; }

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

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

background-color css

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

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

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

border-color css

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

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

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