Html Css Color HEX #616095 Governor Bay

📋 copy color: '#616095'

red 97 ◦ green 96 ◦ blue 149

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

Shades of Governor Bay #616095

Tints of Governor Bay #616095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

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

R = 28.36%
G = 28.07%
B = 43.57%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#616095 (or 0x616095) is known color: Governor Bay. HEX triplet: 61, 60 and 95. RGB value is (97,96,149). Sum of RGB (Red+Green+Blue) = 97+96+149=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #616095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616095 is #9E9F6A. Grayscale: #666666. Windows color (decimal): -10395499 or 9789537. OLE color: 9789537.

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

Color convert

RGB 97 96 149 -
CMYK 0.35 0.36 0 0.42
HSL 241.13º 0.22% 0.48% -
HSV(B) 241.13º 0.36% 0.58% -
XYZ 14.54 13.08 30.19 -
YUV 102.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 97 96 149 0.35 0.36 0 0.42 241.13 0.22 0.48
Hex 61 60 95 23 24 0 2A F1 16 30
Octal 141 140 225 43 44 0 52 361 26 60
Binary 1100001 1100000 10010101 100011 100100 0 101010 11110001 10110 110000

Color Harmonies of #616095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616095

Black with #616095

Text Example


Text Example

White with #616095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616095; }

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

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

background-color css

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

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

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

border-color css

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

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

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