#62717C

Color #62717C Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #62717C

Tints of Blue Bayoux #62717C

Color information

#62717C (or 0x62717C) is unknown color: approx Blue Bayoux. HEX triplet: 62, 71 and 7C. RGB value is (98,113,124). Sum of RGB (Red+Green+Blue) = 98+113+124=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #62717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62717C is #9D8E83. Grayscale: #6D6D6D. Windows color (decimal): -10325636 or 8155490. OLE color: 8155490.

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

Color convert

RGB98113124-
CMYK0.210.0900.51
HSL205.38º11.71%43.53%-
HSV(B)205.38º20.97%48.63%-
XYZ14.5815.8621.36-
YUV109.77136.03119.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=29.25%
G=33.73%
B=37.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal981131240.210.0900.51205.3811.7143.53
Hex62717C159033cdc2c
Octal14216117425110633151454
Binary1100010111000111111001010110010110011110011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #62717C;
 }
 .AnyTagClassName
 {
   color: #62717C;
 }
</style>
background-color css

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

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

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

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

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

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