Html Css Color HEX #627478 Blue Bayoux

📋 copy color: '#627478'

red 98 ◦ green 116 ◦ blue 120

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

Shades of Blue Bayoux #627478

Tints of Blue Bayoux #627478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 29.34%
G = 34.73%
B = 35.93%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#627478 (or 0x627478) is known color: Blue Bayoux. HEX triplet: 62, 74 and 78. RGB value is (98,116,120). Sum of RGB (Red+Green+Blue) = 98+116+120=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 120 - color contains mainly: blue. Hex color #627478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627478 is #9D8B87. Grayscale: #6F6F6F. Windows color (decimal): -10324872 or 7894114. OLE color: 7894114.

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

Color convert

RGB 98 116 120 -
CMYK 0.18 0.03 0 0.53
HSL 190.91º 0.1% 0.43% -
HSV(B) 190.91º 0.18% 0.47% -
XYZ 14.67 16.44 20.17 -
YUV 111.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 98 116 120 0.18 0.03 0 0.53 190.91 0.1 0.43
Hex 62 74 78 12 3 0 35 BF A 2B
Octal 142 164 170 22 3 0 65 277 12 53
Binary 1100010 1110100 1111000 10010 11 0 110101 10111111 1010 101011

Color Harmonies of #627478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627478

Black with #627478

Text Example


Text Example

White with #627478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627478; }

 p { color: rgb(98,116,120); }

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

background-color css

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

 a { background-color: rgb(98,116,120); }

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

border-color css

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

 span { border-color: rgb(98,116,120); }

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