#607883

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

Shades of Blue Bayoux #607883

Tints of Blue Bayoux #607883

Color information

#607883 (or 0x607883) is unknown color: approx Blue Bayoux. HEX triplet: 60, 78 and 83. RGB value is (96,120,131). Sum of RGB (Red+Green+Blue) = 96+120+131=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #607883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607883 is #9F877C. Grayscale: #727272. Windows color (decimal): -10454909 or 8616032. OLE color: 8616032.

HSL color Cylindrical-coordinate representation of color #607883: hue angle of 198.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607883 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96120131-
CMYK0.270.0800.49
HSL198.86º15.42%44.51%-
HSV(B)198.86º26.72%51.37%-
XYZ15.6417.5624.04-
YUV114.08137.55115.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=27.67%
G=34.58%
B=37.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961201310.270.0800.49198.8615.4244.51
Hex6078831B8031c7f2d
Octal14017020333100613071755
Binary11000001111000100000111101110000110001110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607883; }

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

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

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

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

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

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

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

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