#647882

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

Shades of Blue Bayoux #647882

Tints of Blue Bayoux #647882

Color information

#647882 (or 0x647882) is unknown color: approx Blue Bayoux. HEX triplet: 64, 78 and 82. RGB value is (100,120,130). Sum of RGB (Red+Green+Blue) = 100+120+130=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #647882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647882 is #9B877D. Grayscale: #737373. Windows color (decimal): -10192766 or 8550500. OLE color: 8550500.

HSL color Cylindrical-coordinate representation of color #647882: hue angle of 200º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #647882 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB100120130-
CMYK0.230.0800.49
HSL200º13.04%45.1%-
HSV(B)200º23.08%50.98%-
XYZ1617.7523.7-
YUV115.16136.37117.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.57%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=28.57%
G=34.29%
B=37.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001201300.230.0800.4920013.0445.1
Hex647882178031c8d2d
Octal14417020227100613101555
Binary11001001111000100000101011110000110001110010001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647882; }

 p { color: rgb(100,120,130); }

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

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

 a { background-color: rgb(100,120,130); }

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

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

 span { border-color: rgb(100,120,130); }

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