#607580

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

Shades of Blue Bayoux #607580

Tints of Blue Bayoux #607580

Color information

#607580 (or 0x607580) is unknown color: approx Blue Bayoux. HEX triplet: 60, 75 and 80. RGB value is (96,117,128). Sum of RGB (Red+Green+Blue) = 96+117+128=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #607580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607580 is #9F8A7F. Grayscale: #6F6F6F. Windows color (decimal): -10455680 or 8418656. OLE color: 8418656.

HSL color Cylindrical-coordinate representation of color #607580: hue angle of 200.62º 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 #607580 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB96117128-
CMYK0.250.0900.50
HSL200.62º14.29%43.92%-
HSV(B)200.62º25%50.2%-
XYZ15.0816.7722.86-
YUV111.98137.04116.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=28.15%
G=34.31%
B=37.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961171280.250.0900.50200.6214.2943.92
Hex607580199032c9e2c
Octal14016520031110623111654
Binary11000001110101100000001100110010110010110010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607580; }

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

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

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

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

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

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

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

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