Html Css Color HEX #616199 Governor Bay

📋 copy color: '#616199'

red 97 ◦ green 97 ◦ blue 153

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

Shades of Governor Bay #616199

Tints of Governor Bay #616199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 27.95%
G = 27.95%
B = 44.09%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#616199 (or 0x616199) is known color: Governor Bay. HEX triplet: 61, 61 and 99. RGB value is (97,97,153). Sum of RGB (Red+Green+Blue) = 97+97+153=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #616199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616199 is #9E9E66. Grayscale: #676767. Windows color (decimal): -10395239 or 10051937. OLE color: 10051937.

HSL color Cylindrical-coordinate representation of color #616199: hue angle of 240º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #616199 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 97 153 -
CMYK 0.37 0.37 0 0.4
HSL 240º 0.22% 0.49% -
HSV(B) 240º 0.37% 0.6% -
XYZ 14.95 13.39 31.93 -
YUV 103.38 156 123.45 -
System Red Green Blue C M Y K H S L
Decimal 97 97 153 0.37 0.37 0 0.4 240 0.22 0.49
Hex 61 61 99 25 25 0 28 F0 16 31
Octal 141 141 231 45 45 0 50 360 26 61
Binary 1100001 1100001 10011001 100101 100101 0 101000 11110000 10110 110001

Color Harmonies of #616199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616199

Black with #616199

Text Example


Text Example

White with #616199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616199; }

 p { color: rgb(97,97,153); }

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

background-color css

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

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

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

border-color css

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

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

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