Html Css Color HEX #616696 Governor Bay

📋 copy color: '#616696'

red 97 ◦ green 102 ◦ blue 150

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

Shades of Governor Bay #616696

Tints of Governor Bay #616696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 27.79%
G = 29.23%
B = 42.98%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#616696 (or 0x616696) is known color: Governor Bay. HEX triplet: 61, 66 and 96. RGB value is (97,102,150). Sum of RGB (Red+Green+Blue) = 97+102+150=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #616696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616696 is #9E9969. Grayscale: #696969. Windows color (decimal): -10393962 or 9856609. OLE color: 9856609.

HSL color Cylindrical-coordinate representation of color #616696: hue angle of 234.34º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #616696 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 102 150 -
CMYK 0.35 0.32 0 0.41
HSL 234.34º 0.21% 0.48% -
HSV(B) 234.34º 0.35% 0.59% -
XYZ 15.19 14.25 30.8 -
YUV 105.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 97 102 150 0.35 0.32 0 0.41 234.34 0.21 0.48
Hex 61 66 96 23 20 0 29 EA 15 30
Octal 141 146 226 43 40 0 51 352 25 60
Binary 1100001 1100110 10010110 100011 100000 0 101001 11101010 10101 110000

Color Harmonies of #616696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616696

Black with #616696

Text Example


Text Example

White with #616696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616696; }

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

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

background-color css

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

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

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

border-color css

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

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

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