#62727B

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

Shades of Blue Bayoux #62727B

Tints of Blue Bayoux #62727B

Color information

#62727B (or 0x62727B) is unknown color: approx Blue Bayoux. HEX triplet: 62, 72 and 7B. RGB value is (98,114,123). Sum of RGB (Red+Green+Blue) = 98+114+123=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #62727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62727B is #9D8D84. Grayscale: #6E6E6E. Windows color (decimal): -10325381 or 8090210. OLE color: 8090210.

HSL color Cylindrical-coordinate representation of color #62727B: hue angle of 201.6º 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 #62727B is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB98114123-
CMYK0.200.0700.52
HSL201.6º11.31%43.33%-
HSV(B)201.6º20.33%48.24%-
XYZ14.6316.0621.07-
YUV110.24135.2119.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 123 (48.44% from 255) = 36.72%
R=29.25%
G=34.03%
B=36.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal981141230.200.0700.52201.611.3143.33
Hex62727B147034cab2b
Octal1421621732470643121353
Binary110001011100101111011101001110110100110010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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