Html Css Color HEX #62717B Blue Bayoux

📋 copy color: '#62717B'

red 98 ◦ green 113 ◦ blue 123

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

Shades of Blue Bayoux #62717B

Tints of Blue Bayoux #62717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.83%

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 29.34%
G = 33.83%
B = 36.83%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#62717B (or 0x62717B) is known color: Blue Bayoux. HEX triplet: 62, 71 and 7B. RGB value is (98,113,123). Sum of RGB (Red+Green+Blue) = 98+113+123=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #62717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62717B is #9D8E84. Grayscale: #6D6D6D. Windows color (decimal): -10325637 or 8089954. OLE color: 8089954.

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

Color convert

RGB 98 113 123 -
CMYK 0.20 0.08 0 0.52
HSL 204º 0.11% 0.43% -
HSV(B) 204º 0.2% 0.48% -
XYZ 14.52 15.84 21.03 -
YUV 109.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 98 113 123 0.20 0.08 0 0.52 204 0.11 0.43
Hex 62 71 7B 14 8 0 34 CC B 2B
Octal 142 161 173 24 10 0 64 314 13 53
Binary 1100010 1110001 1111011 10100 1000 0 110100 11001100 1011 101011

Color Harmonies of #62717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62717B

Black with #62717B

Text Example


Text Example

White with #62717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62717B; }

 p { color: rgb(98,113,123); }

 H1.HeaderClassName
 {
   color: #62717B;
 }
 .AnyTagClassName
 {
   color: #62717B;
 }
</style>

background-color css

<style>
 a { background-color: #62717B; }

 a { background-color: rgb(98,113,123); }

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

border-color css

<style>
 span { border-color: #62717B; }

 span { border-color: rgb(98,113,123); }

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