Html Css Color HEX #62727E Blue Bayoux

📋 copy color: '#62727E'

red 98 ◦ green 114 ◦ blue 126

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

Shades of Blue Bayoux #62727E

Tints of Blue Bayoux #62727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.28%

R = 28.99%
G = 33.73%
B = 37.28%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62727E (or 0x62727E) is known color: Blue Bayoux. HEX triplet: 62, 72 and 7E. RGB value is (98,114,126). Sum of RGB (Red+Green+Blue) = 98+114+126=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 126 - color contains mainly: blue. Hex color #62727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62727E is #9D8D81. Grayscale: #6E6E6E. Windows color (decimal): -10325378 or 8286818. OLE color: 8286818.

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

Color convert

RGB 98 114 126 -
CMYK 0.22 0.10 0 0.51
HSL 205.71º 0.13% 0.44% -
HSV(B) 205.71º 0.22% 0.49% -
XYZ 14.82 16.14 22.07 -
YUV 110.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 98 114 126 0.22 0.10 0 0.51 205.71 0.13 0.44
Hex 62 72 7E 16 A 0 33 CE C 2C
Octal 142 162 176 26 12 0 63 316 14 54
Binary 1100010 1110010 1111110 10110 1010 0 110011 11001110 1100 101100

Color Harmonies of #62727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62727E

Black with #62727E

Text Example


Text Example

White with #62727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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