#607881

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

Shades of Blue Bayoux #607881

Tints of Blue Bayoux #607881

Color information

#607881 (or 0x607881) is unknown color: approx Blue Bayoux. HEX triplet: 60, 78 and 81. RGB value is (96,120,129). Sum of RGB (Red+Green+Blue) = 96+120+129=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #607881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607881 is #9F877E. Grayscale: #717171. Windows color (decimal): -10454911 or 8484960. OLE color: 8484960.

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

Color convert

RGB96120129-
CMYK0.260.0700.49
HSL196.36º14.67%44.12%-
HSV(B)196.36º25.58%50.59%-
XYZ15.517.523.33-
YUV113.85136.55115.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=27.83%
G=34.78%
B=37.39%

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
Decimal961201290.260.0700.49196.3614.6744.12
Hex6078811A7031c4f2c
Octal1401702013270613041754
Binary1100000111100010000001110101110110001110001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607881; }

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

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

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

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

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

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

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

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