#607882

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

Shades of Blue Bayoux #607882

Tints of Blue Bayoux #607882

Color information

#607882 (or 0x607882) is unknown color: approx Blue Bayoux. HEX triplet: 60, 78 and 82. RGB value is (96,120,130). Sum of RGB (Red+Green+Blue) = 96+120+130=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #607882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607882 is #9F877D. Grayscale: #717171. Windows color (decimal): -10454910 or 8550496. OLE color: 8550496.

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

Color convert

RGB96120130-
CMYK0.260.0800.49
HSL197.65º15.04%44.31%-
HSV(B)197.65º26.15%50.98%-
XYZ15.5717.5323.68-
YUV113.96137.05115.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=27.75%
G=34.68%
B=37.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961201300.260.0800.49197.6515.0444.31
Hex6078821A8031c6f2c
Octal14017020232100613061754
Binary11000001111000100000101101010000110001110001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607882; }

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

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

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

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

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

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

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

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