#607581

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

Shades of Blue Bayoux #607581

Tints of Blue Bayoux #607581

Color information

#607581 (or 0x607581) is unknown color: approx Blue Bayoux. HEX triplet: 60, 75 and 81. RGB value is (96,117,129). Sum of RGB (Red+Green+Blue) = 96+117+129=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 129 - color contains mainly: blue. Hex color #607581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607581 is #9F8A7E. Grayscale: #707070. Windows color (decimal): -10455679 or 8484192. OLE color: 8484192.

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

Color convert

RGB96117129-
CMYK0.260.0900.49
HSL201.82º14.67%44.12%-
HSV(B)201.82º25.58%50.59%-
XYZ15.1516.7923.21-
YUV112.09137.54116.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.07%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=28.07%
G=34.21%
B=37.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961171290.260.0900.49201.8214.6744.12
Hex6075811A9031caf2c
Octal14016520132110613121754
Binary11000001110101100000011101010010110001110010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607581; }

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

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

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

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

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

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

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

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