Html Css Color HEX #616698 Governor Bay

📋 copy color: '#616698'

red 97 ◦ green 102 ◦ blue 152

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

Shades of Governor Bay #616698

Tints of Governor Bay #616698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

 BLUE value IS 152 (59.77% from 255) = 43.3%

R = 27.64%
G = 29.06%
B = 43.3%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#616698 (or 0x616698) is known color: Governor Bay. HEX triplet: 61, 66 and 98. RGB value is (97,102,152). Sum of RGB (Red+Green+Blue) = 97+102+152=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #616698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616698 is #9E9967. Grayscale: #6A6A6A. Windows color (decimal): -10393960 or 9987681. OLE color: 9987681.

HSL color Cylindrical-coordinate representation of color #616698: hue angle of 234.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #616698 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 102 152 -
CMYK 0.36 0.33 0 0.40
HSL 234.55º 0.22% 0.49% -
HSV(B) 234.55º 0.36% 0.6% -
XYZ 15.35 14.31 31.66 -
YUV 106.21 153.84 121.43 -
System Red Green Blue C M Y K H S L
Decimal 97 102 152 0.36 0.33 0 0.40 234.55 0.22 0.49
Hex 61 66 98 24 21 0 28 EB 16 31
Octal 141 146 230 44 41 0 50 353 26 61
Binary 1100001 1100110 10011000 100100 100001 0 101000 11101011 10110 110001

Color Harmonies of #616698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616698

Black with #616698

Text Example


Text Example

White with #616698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616698; }

 p { color: rgb(97,102,152); }

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

background-color css

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

 a { background-color: rgb(97,102,152); }

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

border-color css

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

 span { border-color: rgb(97,102,152); }

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