#647980

Color #647980 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #647980

Tints of Blue Bayoux #647980

Color information

#647980 (or 0x647980) is unknown color: approx Blue Bayoux. HEX triplet: 64, 79 and 80. RGB value is (100,121,128). Sum of RGB (Red+Green+Blue) = 100+121+128=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 128 - color contains mainly: blue. Hex color #647980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647980 is #9B867F. Grayscale: #737373. Windows color (decimal): -10192512 or 8419684. OLE color: 8419684.

HSL color Cylindrical-coordinate representation of color #647980: hue angle of 195º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #647980 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB100121128-
CMYK0.220.0500.50
HSL195º12.28%44.71%-
HSV(B)195º21.88%50.2%-
XYZ15.9917.9423.04-
YUV115.52135.04116.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=28.65%
G=34.67%
B=36.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001211280.220.0500.5019512.2844.71
Hex647980165032c3c2d
Octal1441712002650623031455
Binary1100100111100110000000101101010110010110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647980; }

 p { color: rgb(100,121,128); }

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

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

 a { background-color: rgb(100,121,128); }

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

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

 span { border-color: rgb(100,121,128); }

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