Html Css Color HEX #616391 Governor Bay

📋 copy color: '#616391'

red 97 ◦ green 99 ◦ blue 145

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

Shades of Governor Bay #616391

Tints of Governor Bay #616391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 28.45%
G = 29.03%
B = 42.52%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#616391 (or 0x616391) is known color: Governor Bay. HEX triplet: 61, 63 and 91. RGB value is (97,99,145). Sum of RGB (Red+Green+Blue) = 97+99+145=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #616391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616391 is #9E9C6E. Grayscale: #676767. Windows color (decimal): -10394735 or 9528161. OLE color: 9528161.

HSL color Cylindrical-coordinate representation of color #616391: hue angle of 237.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #616391 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 99 145 -
CMYK 0.33 0.32 0 0.43
HSL 237.5º 0.2% 0.47% -
HSV(B) 237.5º 0.33% 0.57% -
XYZ 14.5 13.51 28.63 -
YUV 103.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 97 99 145 0.33 0.32 0 0.43 237.5 0.2 0.47
Hex 61 63 91 21 20 0 2B EE 14 2F
Octal 141 143 221 41 40 0 53 356 24 57
Binary 1100001 1100011 10010001 100001 100000 0 101011 11101110 10100 101111

Color Harmonies of #616391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616391

Black with #616391

Text Example


Text Example

White with #616391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616391; }

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

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

background-color css

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

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

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

border-color css

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

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

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