Html Css Color HEX #627480 Blue Bayoux

📋 copy color: '#627480'

red 98 ◦ green 116 ◦ blue 128

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

Shades of Blue Bayoux #627480

Tints of Blue Bayoux #627480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.43%

R = 28.65%
G = 33.92%
B = 37.43%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#627480 (or 0x627480) is known color: Blue Bayoux. HEX triplet: 62, 74 and 80. RGB value is (98,116,128). Sum of RGB (Red+Green+Blue) = 98+116+128=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #627480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627480 is #9D8B7F. Grayscale: #6F6F6F. Windows color (decimal): -10324864 or 8418402. OLE color: 8418402.

HSL color Cylindrical-coordinate representation of color #627480: hue angle of 204º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627480 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 116 128 -
CMYK 0.23 0.09 0 0.50
HSL 204º 0.13% 0.44% -
HSV(B) 204º 0.23% 0.5% -
XYZ 15.18 16.65 22.84 -
YUV 111.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 98 116 128 0.23 0.09 0 0.50 204 0.13 0.44
Hex 62 74 80 17 9 0 32 CC D 2C
Octal 142 164 200 27 11 0 62 314 15 54
Binary 1100010 1110100 10000000 10111 1001 0 110010 11001100 1101 101100

Color Harmonies of #627480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627480

Black with #627480

Text Example


Text Example

White with #627480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627480; }

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

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

background-color css

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

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

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

border-color css

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

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

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