#626596

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

Shades of Governor Bay #626596

Tints of Governor Bay #626596

Color information

#626596 (or 0x626596) is unknown color: approx Governor Bay. HEX triplet: 62, 65 and 96. RGB value is (98,101,150). Sum of RGB (Red+Green+Blue) = 98+101+150=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #626596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626596 is #9D9A69. Grayscale: #696969. Windows color (decimal): -10328682 or 9856354. OLE color: 9856354.

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

Color convert

RGB98101150-
CMYK0.350.3300.41
HSL236.54º20.97%48.63%-
HSV(B)236.54º34.67%58.82%-
XYZ15.214.1130.78-
YUV105.69153.01122.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.08%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=28.08%
G=28.94%
B=42.98%

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
Decimal981011500.350.3300.41236.5420.9748.63
Hex6265962321029ed1531
Octal14214522643410513552561
Binary110001011001011001011010001110000101010011110110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626596; }

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

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

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

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

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

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

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

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