Html Css Color HEX #616699 Governor Bay

📋 copy color: '#616699'

red 97 ◦ green 102 ◦ blue 153

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

Shades of Governor Bay #616699

Tints of Governor Bay #616699

RGB

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

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

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

R = 27.56%
G = 28.98%
B = 43.47%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#616699 (or 0x616699) is known color: Governor Bay. HEX triplet: 61, 66 and 99. RGB value is (97,102,153). Sum of RGB (Red+Green+Blue) = 97+102+153=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #616699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616699 is #9E9966. Grayscale: #6A6A6A. Windows color (decimal): -10393959 or 10053217. OLE color: 10053217.

HSL color Cylindrical-coordinate representation of color #616699: hue angle of 234.64º 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 #616699 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 102 153 -
CMYK 0.37 0.33 0 0.4
HSL 234.64º 0.22% 0.49% -
HSV(B) 234.64º 0.37% 0.6% -
XYZ 15.43 14.34 32.09 -
YUV 106.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 97 102 153 0.37 0.33 0 0.4 234.64 0.22 0.49
Hex 61 66 99 25 21 0 28 EB 16 31
Octal 141 146 231 45 41 0 50 353 26 61
Binary 1100001 1100110 10011001 100101 100001 0 101000 11101011 10110 110001

Color Harmonies of #616699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616699

Black with #616699

Text Example


Text Example

White with #616699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616699; }

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

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

background-color css

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

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

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

border-color css

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

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

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