#626497

Color #626497 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #626497

Tints of Governor Bay #626497

Color information

#626497 (or 0x626497) is unknown color: approx Governor Bay. HEX triplet: 62, 64 and 97. RGB value is (98,100,151). Sum of RGB (Red+Green+Blue) = 98+100+151=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #626497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626497 is #9D9B68. Grayscale: #696969. Windows color (decimal): -10328937 or 9921634. OLE color: 9921634.

HSL color Cylindrical-coordinate representation of color #626497: hue angle of 237.74º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #626497 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB98100151-
CMYK0.350.3400.41
HSL237.74º21.29%48.82%-
HSV(B)237.74º35.1%59.22%-
XYZ15.1813.9531.17-
YUV105.22153.84122.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.08%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 151 (59.38% from 255) = 43.27%
R=28.08%
G=28.65%
B=43.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981001510.350.3400.41237.7421.2948.82
Hex6264972322029ee1531
Octal14214422743420513562561
Binary110001011001001001011110001110001001010011110111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626497; }

 p { color: rgb(98,100,151); }

 H1.HeaderClassName
 {
   color: #626497;
 }
 .AnyTagClassName
 {
   color: #626497;
 }
</style>
background-color css

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

 a { background-color: rgb(98,100,151); }

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

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

 span { border-color: rgb(98,100,151); }

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