Html Css Color HEX #62727C Blue Bayoux

📋 copy color: '#62727C'

red 98 ◦ green 114 ◦ blue 124

#62727C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bayoux #62727C

Tints of Blue Bayoux #62727C

RGB

 RED value IS 98 (38.67% from 255) = 29.17%

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 29.17%
G = 33.93%
B = 36.9%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62727C (or 0x62727C) is known color: Blue Bayoux. HEX triplet: 62, 72 and 7C. RGB value is (98,114,124). Sum of RGB (Red+Green+Blue) = 98+114+124=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #62727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62727C is #9D8D83. Grayscale: #6E6E6E. Windows color (decimal): -10325380 or 8155746. OLE color: 8155746.

HSL color Cylindrical-coordinate representation of color #62727C: hue angle of 203.08º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #62727C is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 114 124 -
CMYK 0.21 0.08 0 0.51
HSL 203.08º 0.12% 0.44% -
HSV(B) 203.08º 0.21% 0.49% -
XYZ 14.69 16.09 21.4 -
YUV 110.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 98 114 124 0.21 0.08 0 0.51 203.08 0.12 0.44
Hex 62 72 7C 15 8 0 33 CB C 2C
Octal 142 162 174 25 10 0 63 313 14 54
Binary 1100010 1110010 1111100 10101 1000 0 110011 11001011 1100 101100

Color Harmonies of #62727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62727C

Black with #62727C

Text Example


Text Example

White with #62727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62727C;
 }
 .AnyTagClassName
 {
   color: #62727C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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