#607280

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

Shades of Blue Bayoux #607280

Tints of Blue Bayoux #607280

Color information

#607280 (or 0x607280) is unknown color: approx Blue Bayoux. HEX triplet: 60, 72 and 80. RGB value is (96,114,128). Sum of RGB (Red+Green+Blue) = 96+114+128=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 128 - color contains mainly: blue. Hex color #607280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607280 is #9F8D7F. Grayscale: #6E6E6E. Windows color (decimal): -10456448 or 8417888. OLE color: 8417888.

HSL color Cylindrical-coordinate representation of color #607280: hue angle of 206.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #607280 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB96114128-
CMYK0.250.1100.50
HSL206.25º14.29%43.92%-
HSV(B)206.25º25%50.2%-
XYZ14.7416.0822.75-
YUV110.21138.04117.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=28.40%
G=33.73%
B=37.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961141280.250.1100.50206.2514.2943.92
Hex60728019B032cee2c
Octal14016220031130623161654
Binary11000001110010100000001100110110110010110011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607280; }

 p { color: rgb(96,114,128); }

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

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

 a { background-color: rgb(96,114,128); }

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

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

 span { border-color: rgb(96,114,128); }

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