#607482

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

Shades of Blue Bayoux #607482

Tints of Blue Bayoux #607482

Color information

#607482 (or 0x607482) is unknown color: approx Blue Bayoux. HEX triplet: 60, 74 and 82. RGB value is (96,116,130). Sum of RGB (Red+Green+Blue) = 96+116+130=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #607482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607482 is #9F8B7D. Grayscale: #6F6F6F. Windows color (decimal): -10455934 or 8549472. OLE color: 8549472.

HSL color Cylindrical-coordinate representation of color #607482: hue angle of 204.71º 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 #607482 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96116130-
CMYK0.260.1100.49
HSL204.71º15.04%44.31%-
HSV(B)204.71º26.15%50.98%-
XYZ15.116.5923.53-
YUV111.62138.37116.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.07%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=28.07%
G=33.92%
B=38.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961161300.260.1100.49204.7115.0444.31
Hex6074821AB031cdf2c
Octal14016420232130613151754
Binary11000001110100100000101101010110110001110011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607482; }

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

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

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

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

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

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

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

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