Html Css Color HEX #61638F Governor Bay

📋 copy color: '#61638F'

red 97 ◦ green 99 ◦ blue 143

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

Shades of Governor Bay #61638F

Tints of Governor Bay #61638F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 28.61%
G = 29.2%
B = 42.18%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61638F (or 0x61638F) is known color: Governor Bay. HEX triplet: 61, 63 and 8F. RGB value is (97,99,143). Sum of RGB (Red+Green+Blue) = 97+99+143=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #61638F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61638F is #9E9C70. Grayscale: #676767. Windows color (decimal): -10394737 or 9397089. OLE color: 9397089.

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

Color convert

RGB 97 99 143 -
CMYK 0.32 0.31 0 0.44
HSL 237.39º 0.19% 0.47% -
HSV(B) 237.39º 0.32% 0.56% -
XYZ 14.35 13.45 27.83 -
YUV 103.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 97 99 143 0.32 0.31 0 0.44 237.39 0.19 0.47
Hex 61 63 8F 20 1F 0 2C ED 13 2F
Octal 141 143 217 40 37 0 54 355 23 57
Binary 1100001 1100011 10001111 100000 11111 0 101100 11101101 10011 101111

Color Harmonies of #61638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61638F

Black with #61638F

Text Example


Text Example

White with #61638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61638F; }

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

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

background-color css

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

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

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

border-color css

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

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

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