Html Css Color HEX #62717A Blue Bayoux

📋 copy color: '#62717A'

red 98 ◦ green 113 ◦ blue 122

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

Shades of Blue Bayoux #62717A

Tints of Blue Bayoux #62717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.64%

R = 29.43%
G = 33.93%
B = 36.64%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#62717A (or 0x62717A) is known color: Blue Bayoux. HEX triplet: 62, 71 and 7A. RGB value is (98,113,122). Sum of RGB (Red+Green+Blue) = 98+113+122=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #62717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62717A is #9D8E85. Grayscale: #6D6D6D. Windows color (decimal): -10325638 or 8024418. OLE color: 8024418.

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

Color convert

RGB 98 113 122 -
CMYK 0.20 0.07 0 0.52
HSL 202.5º 0.11% 0.43% -
HSV(B) 202.5º 0.2% 0.48% -
XYZ 14.45 15.81 20.7 -
YUV 109.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 98 113 122 0.20 0.07 0 0.52 202.5 0.11 0.43
Hex 62 71 7A 14 7 0 34 CA B 2B
Octal 142 161 172 24 7 0 64 312 13 53
Binary 1100010 1110001 1111010 10100 111 0 110100 11001010 1011 101011

Color Harmonies of #62717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62717A

Black with #62717A

Text Example


Text Example

White with #62717A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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