Html Css Color HEX #616595 Governor Bay

📋 copy color: '#616595'

red 97 ◦ green 101 ◦ blue 149

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

Shades of Governor Bay #616595

Tints of Governor Bay #616595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 27.95%
G = 29.11%
B = 42.94%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#616595 (or 0x616595) is known color: Governor Bay. HEX triplet: 61, 65 and 95. RGB value is (97,101,149). Sum of RGB (Red+Green+Blue) = 97+101+149=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #616595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616595 is #9E9A6A. Grayscale: #696969. Windows color (decimal): -10394219 or 9790817. OLE color: 9790817.

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

Color convert

RGB 97 101 149 -
CMYK 0.35 0.32 0 0.42
HSL 235.38º 0.21% 0.48% -
HSV(B) 235.38º 0.35% 0.58% -
XYZ 15.01 14.02 30.35 -
YUV 105.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 97 101 149 0.35 0.32 0 0.42 235.38 0.21 0.48
Hex 61 65 95 23 20 0 2A EB 15 30
Octal 141 145 225 43 40 0 52 353 25 60
Binary 1100001 1100101 10010101 100011 100000 0 101010 11101011 10101 110000

Color Harmonies of #616595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616595

Black with #616595

Text Example


Text Example

White with #616595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616595; }

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

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

background-color css

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

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

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

border-color css

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

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

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