#62757B

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

Shades of Blue Bayoux #62757B

Tints of Blue Bayoux #62757B

Color information

#62757B (or 0x62757B) is unknown color: approx Blue Bayoux. HEX triplet: 62, 75 and 7B. RGB value is (98,117,123). Sum of RGB (Red+Green+Blue) = 98+117+123=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #62757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62757B is #9D8A84. Grayscale: #6F6F6F. Windows color (decimal): -10324613 or 8090978. OLE color: 8090978.

HSL color Cylindrical-coordinate representation of color #62757B: hue angle of 194.4º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #62757B is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB98117123-
CMYK0.200.0500.52
HSL194.4º11.31%43.33%-
HSV(B)194.4º20.33%48.24%-
XYZ14.9716.7521.18-
YUV112134.21118.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=28.99%
G=34.62%
B=36.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal981171230.200.0500.52194.411.3143.33
Hex62757B145034c2b2b
Octal1421651732450643021353
Binary110001011101011111011101001010110100110000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62757B; }

 p { color: rgb(98,117,123); }

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

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

 a { background-color: rgb(98,117,123); }

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

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

 span { border-color: rgb(98,117,123); }

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