#626696

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

Shades of Governor Bay #626696

Tints of Governor Bay #626696

Color information

#626696 (or 0x626696) is unknown color: approx Governor Bay. HEX triplet: 62, 66 and 96. RGB value is (98,102,150). Sum of RGB (Red+Green+Blue) = 98+102+150=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #626696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626696 is #9D9969. Grayscale: #6A6A6A. Windows color (decimal): -10328426 or 9856610. OLE color: 9856610.

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

Color convert

RGB98102150-
CMYK0.350.3200.41
HSL235.38º20.97%48.63%-
HSV(B)235.38º34.67%58.82%-
XYZ15.2914.330.81-
YUV106.28152.67122.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=28%
G=29.14%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981021500.350.3200.41235.3820.9748.63
Hex6266962320029eb1531
Octal14214622643400513532561
Binary110001011001101001011010001110000001010011110101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626696; }

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

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

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

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

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

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

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

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