#646691

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

Shades of Governor Bay #646691

Tints of Governor Bay #646691

Color information

#646691 (or 0x646691) is unknown color: approx Governor Bay. HEX triplet: 64, 66 and 91. RGB value is (100,102,145). Sum of RGB (Red+Green+Blue) = 100+102+145=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #646691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646691 is #9B996E. Grayscale: #6A6A6A. Windows color (decimal): -10197359 or 9528932. OLE color: 9528932.

HSL color Cylindrical-coordinate representation of color #646691: hue angle of 237.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #646691 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB100102145-
CMYK0.310.3000.43
HSL237.33º18.37%48.04%-
HSV(B)237.33º31.03%56.86%-
XYZ15.1214.2628.74-
YUV106.3149.84123.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=28.82%
G=29.39%
B=41.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001021450.310.3000.43237.3318.3748.04
Hex6466911F1E02Bed1230
Octal14414622137360533552260
Binary1100100110011010010001111111111001010111110110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646691; }

 p { color: rgb(100,102,145); }

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

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

 a { background-color: rgb(100,102,145); }

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

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

 span { border-color: rgb(100,102,145); }

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