Html Css Color HEX #627379 Blue Bayoux

📋 copy color: '#627379'

red 98 ◦ green 115 ◦ blue 121

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

Shades of Blue Bayoux #627379

Tints of Blue Bayoux #627379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 121 (47.66% from 255) = 36.23%

R = 29.34%
G = 34.43%
B = 36.23%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#627379 (or 0x627379) is known color: Blue Bayoux. HEX triplet: 62, 73 and 79. RGB value is (98,115,121). Sum of RGB (Red+Green+Blue) = 98+115+121=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 121 - color contains mainly: blue. Hex color #627379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627379 is #9D8C86. Grayscale: #6E6E6E. Windows color (decimal): -10325127 or 7959394. OLE color: 7959394.

HSL color Cylindrical-coordinate representation of color #627379: hue angle of 195.65º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #627379 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 115 121 -
CMYK 0.19 0.05 0 0.53
HSL 195.65º 0.11% 0.43% -
HSV(B) 195.65º 0.19% 0.47% -
XYZ 14.62 16.24 20.45 -
YUV 110.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 98 115 121 0.19 0.05 0 0.53 195.65 0.11 0.43
Hex 62 73 79 13 5 0 35 C4 B 2B
Octal 142 163 171 23 5 0 65 304 13 53
Binary 1100010 1110011 1111001 10011 101 0 110101 11000100 1011 101011

Color Harmonies of #627379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627379

Black with #627379

Text Example


Text Example

White with #627379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627379; }

 p { color: rgb(98,115,121); }

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

background-color css

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

 a { background-color: rgb(98,115,121); }

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

border-color css

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

 span { border-color: rgb(98,115,121); }

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