Html Css Color HEX #62757F Blue Bayoux

📋 copy color: '#62757F'

red 98 ◦ green 117 ◦ blue 127

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

Shades of Blue Bayoux #62757F

Tints of Blue Bayoux #62757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

 BLUE value IS 127 (50% from 255) = 37.13%

R = 28.65%
G = 34.21%
B = 37.13%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#62757F (or 0x62757F) is known color: Blue Bayoux. HEX triplet: 62, 75 and 7F. RGB value is (98,117,127). Sum of RGB (Red+Green+Blue) = 98+117+127=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #62757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62757F is #9D8A80. Grayscale: #707070. Windows color (decimal): -10324609 or 8353122. OLE color: 8353122.

HSL color Cylindrical-coordinate representation of color #62757F: hue angle of 200.69º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62757F is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 117 127 -
CMYK 0.23 0.08 0 0.50
HSL 200.69º 0.13% 0.44% -
HSV(B) 200.69º 0.23% 0.5% -
XYZ 15.23 16.85 22.53 -
YUV 112.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 98 117 127 0.23 0.08 0 0.50 200.69 0.13 0.44
Hex 62 75 7F 17 8 0 32 C9 D 2C
Octal 142 165 177 27 10 0 62 311 15 54
Binary 1100010 1110101 1111111 10111 1000 0 110010 11001001 1101 101100

Color Harmonies of #62757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62757F

Black with #62757F

Text Example


Text Example

White with #62757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62757F; }

 p { color: rgb(98,117,127); }

 H1.HeaderClassName
 {
   color: #62757F;
 }
 .AnyTagClassName
 {
   color: #62757F;
 }
</style>

background-color css

<style>
 a { background-color: #62757F; }

 a { background-color: rgb(98,117,127); }

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

border-color css

<style>
 span { border-color: #62757F; }

 span { border-color: rgb(98,117,127); }

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