Html Css Color HEX #616090 Governor Bay

📋 copy color: '#616090'

red 97 ◦ green 96 ◦ blue 144

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

Shades of Governor Bay #616090

Tints of Governor Bay #616090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 28.78%
G = 28.49%
B = 42.73%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#616090 (or 0x616090) is known color: Governor Bay. HEX triplet: 61, 60 and 90. RGB value is (97,96,144). Sum of RGB (Red+Green+Blue) = 97+96+144=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #616090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616090 is #9E9F6F. Grayscale: #656565. Windows color (decimal): -10395504 or 9461857. OLE color: 9461857.

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

Color convert

RGB 97 96 144 -
CMYK 0.33 0.33 0 0.44
HSL 241.25º 0.2% 0.47% -
HSV(B) 241.25º 0.33% 0.56% -
XYZ 14.15 12.92 28.13 -
YUV 101.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 97 96 144 0.33 0.33 0 0.44 241.25 0.2 0.47
Hex 61 60 90 21 21 0 2C F1 14 2F
Octal 141 140 220 41 41 0 54 361 24 57
Binary 1100001 1100000 10010000 100001 100001 0 101100 11110001 10100 101111

Color Harmonies of #616090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616090

Black with #616090

Text Example


Text Example

White with #616090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616090; }

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

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

background-color css

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

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

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

border-color css

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

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

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