Html Css Color HEX #616394 Governor Bay

📋 copy color: '#616394'

red 97 ◦ green 99 ◦ blue 148

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

Shades of Governor Bay #616394

Tints of Governor Bay #616394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.78%

 BLUE value IS 148 (58.2% from 255) = 43.02%

R = 28.2%
G = 28.78%
B = 43.02%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#616394 (or 0x616394) is known color: Governor Bay. HEX triplet: 61, 63 and 94. RGB value is (97,99,148). Sum of RGB (Red+Green+Blue) = 97+99+148=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #616394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616394 is #9E9C6B. Grayscale: #676767. Windows color (decimal): -10394732 or 9724769. OLE color: 9724769.

HSL color Cylindrical-coordinate representation of color #616394: hue angle of 237.65º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #616394 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 99 148 -
CMYK 0.34 0.33 0 0.42
HSL 237.65º 0.21% 0.48% -
HSV(B) 237.65º 0.34% 0.58% -
XYZ 14.74 13.6 29.87 -
YUV 103.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 97 99 148 0.34 0.33 0 0.42 237.65 0.21 0.48
Hex 61 63 94 22 21 0 2A EE 15 30
Octal 141 143 224 42 41 0 52 356 25 60
Binary 1100001 1100011 10010100 100010 100001 0 101010 11101110 10101 110000

Color Harmonies of #616394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616394

Black with #616394

Text Example


Text Example

White with #616394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616394; }

 p { color: rgb(97,99,148); }

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

background-color css

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

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

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

border-color css

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

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

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