Html Css Color HEX #616598 Governor Bay

📋 copy color: '#616598'

red 97 ◦ green 101 ◦ blue 152

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

Shades of Governor Bay #616598

Tints of Governor Bay #616598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 27.71%
G = 28.86%
B = 43.43%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#616598 (or 0x616598) is known color: Governor Bay. HEX triplet: 61, 65 and 98. RGB value is (97,101,152). Sum of RGB (Red+Green+Blue) = 97+101+152=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #616598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616598 is #9E9A67. Grayscale: #696969. Windows color (decimal): -10394216 or 9987425. OLE color: 9987425.

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

Color convert

RGB 97 101 152 -
CMYK 0.36 0.34 0 0.40
HSL 235.64º 0.22% 0.49% -
HSV(B) 235.64º 0.36% 0.6% -
XYZ 15.25 14.12 31.63 -
YUV 105.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 97 101 152 0.36 0.34 0 0.40 235.64 0.22 0.49
Hex 61 65 98 24 22 0 28 EC 16 31
Octal 141 145 230 44 42 0 50 354 26 61
Binary 1100001 1100101 10011000 100100 100010 0 101000 11101100 10110 110001

Color Harmonies of #616598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616598

Black with #616598

Text Example


Text Example

White with #616598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616598; }

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

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

background-color css

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

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

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

border-color css

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

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

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