#626490

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

Shades of Governor Bay #626490

Tints of Governor Bay #626490

Color information

#626490 (or 0x626490) is unknown color: approx Governor Bay. HEX triplet: 62, 64 and 90. RGB value is (98,100,144). Sum of RGB (Red+Green+Blue) = 98+100+144=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #626490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626490 is #9D9B6F. Grayscale: #686868. Windows color (decimal): -10328944 or 9462882. OLE color: 9462882.

HSL color Cylindrical-coordinate representation of color #626490: 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 #626490 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98100144-
CMYK0.320.3100.44
HSL237.39º19.01%47.45%-
HSV(B)237.39º31.94%56.47%-
XYZ14.6313.7228.26-
YUV104.42150.34123.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.65%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=28.65%
G=29.24%
B=42.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981001440.320.3100.44237.3919.0147.45
Hex626490201F02Ced132f
Octal14214422040370543552357
Binary11000101100100100100001000001111101011001110110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626490; }

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

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

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

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

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

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

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

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