#607982

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

Shades of Blue Bayoux #607982

Tints of Blue Bayoux #607982

Color information

#607982 (or 0x607982) is unknown color: approx Blue Bayoux. HEX triplet: 60, 79 and 82. RGB value is (96,121,130). Sum of RGB (Red+Green+Blue) = 96+121+130=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #607982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607982 is #9F867D. Grayscale: #727272. Windows color (decimal): -10454654 or 8550752. OLE color: 8550752.

HSL color Cylindrical-coordinate representation of color #607982: hue angle of 195.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #607982 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96121130-
CMYK0.260.0700.49
HSL195.88º15.04%44.31%-
HSV(B)195.88º26.15%50.98%-
XYZ15.6917.7723.72-
YUV114.55136.72114.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=27.67%
G=34.87%
B=37.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961211300.260.0700.49195.8815.0444.31
Hex6079821A7031c4f2c
Octal1401712023270613041754
Binary1100000111100110000010110101110110001110001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607982; }

 p { color: rgb(96,121,130); }

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

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

 a { background-color: rgb(96,121,130); }

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

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

 span { border-color: rgb(96,121,130); }

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