Html Css Color HEX #62747C Blue Bayoux

📋 copy color: '#62747C'

red 98 ◦ green 116 ◦ blue 124

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

Shades of Blue Bayoux #62747C

Tints of Blue Bayoux #62747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 28.99%
G = 34.32%
B = 36.69%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62747C (or 0x62747C) is known color: Blue Bayoux. HEX triplet: 62, 74 and 7C. RGB value is (98,116,124). Sum of RGB (Red+Green+Blue) = 98+116+124=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #62747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62747C is #9D8B83. Grayscale: #6F6F6F. Windows color (decimal): -10324868 or 8156258. OLE color: 8156258.

HSL color Cylindrical-coordinate representation of color #62747C: hue angle of 198.46º 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 #62747C is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 116 124 -
CMYK 0.21 0.06 0 0.51
HSL 198.46º 0.12% 0.44% -
HSV(B) 198.46º 0.21% 0.49% -
XYZ 14.92 16.54 21.48 -
YUV 111.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 98 116 124 0.21 0.06 0 0.51 198.46 0.12 0.44
Hex 62 74 7C 15 6 0 33 C6 C 2C
Octal 142 164 174 25 6 0 63 306 14 54
Binary 1100010 1110100 1111100 10101 110 0 110011 11000110 1100 101100

Color Harmonies of #62747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62747C

Black with #62747C

Text Example


Text Example

White with #62747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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