#626597

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

Shades of Governor Bay #626597

Tints of Governor Bay #626597

Color information

#626597 (or 0x626597) is unknown color: approx Governor Bay. HEX triplet: 62, 65 and 97. RGB value is (98,101,151). Sum of RGB (Red+Green+Blue) = 98+101+151=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #626597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626597 is #9D9A68. Grayscale: #696969. Windows color (decimal): -10328681 or 9921890. OLE color: 9921890.

HSL color Cylindrical-coordinate representation of color #626597: hue angle of 236.6º 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 #626597 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB98101151-
CMYK0.350.3300.41
HSL236.6º21.29%48.82%-
HSV(B)236.6º35.1%59.22%-
XYZ15.2814.1431.2-
YUV105.8153.51122.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 151 (59.38% from 255) = 43.14%
R=28%
G=28.86%
B=43.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981011510.350.3300.41236.621.2948.82
Hex6265972321029ed1531
Octal14214522743410513552561
Binary110001011001011001011110001110000101010011110110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626597; }

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

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

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

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

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

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

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

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