#62727A

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

Shades of Blue Bayoux #62727A

Tints of Blue Bayoux #62727A

Color information

#62727A (or 0x62727A) is unknown color: approx Blue Bayoux. HEX triplet: 62, 72 and 7A. RGB value is (98,114,122). Sum of RGB (Red+Green+Blue) = 98+114+122=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #62727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62727A is #9D8D85. Grayscale: #6E6E6E. Windows color (decimal): -10325382 or 8024674. OLE color: 8024674.

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

Color convert

RGB98114122-
CMYK0.200.0700.52
HSL200º10.91%43.14%-
HSV(B)200º19.67%47.84%-
XYZ14.5716.0420.74-
YUV110.13134.7119.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.34%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=29.34%
G=34.13%
B=36.53%

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
Decimal981141220.200.0700.5220010.9143.14
Hex62727A147034c8b2b
Octal1421621722470643101353
Binary110001011100101111010101001110110100110010001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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