#626091

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

Shades of Governor Bay #626091

Tints of Governor Bay #626091

Color information

#626091 (or 0x626091) is unknown color: approx Governor Bay. HEX triplet: 62, 60 and 91. RGB value is (98,96,145). Sum of RGB (Red+Green+Blue) = 98+96+145=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #626091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626091 is #9D9F6E. Grayscale: #656565. Windows color (decimal): -10329967 or 9527394. OLE color: 9527394.

HSL color Cylindrical-coordinate representation of color #626091: hue angle of 242.45º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #626091 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9896145-
CMYK0.320.3400.43
HSL242.45º20.33%47.25%-
HSV(B)242.45º33.79%56.86%-
XYZ14.3313.0128.54-
YUV102.18152.16125.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 145 (57.03% from 255) = 42.77%
R=28.91%
G=28.32%
B=42.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98961450.320.3400.43242.4520.3347.25
Hex626091202202Bf2142f
Octal14214022140420533622457
Binary110001011000001001000110000010001001010111111001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626091; }

 p { color: rgb(98,96,145); }

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

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

 a { background-color: rgb(98,96,145); }

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

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

 span { border-color: rgb(98,96,145); }

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