#627480

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

Shades of Blue Bayoux #627480

Tints of Blue Bayoux #627480

Color information

#627480 (or 0x627480) is unknown color: approx 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

RGB98116128-
CMYK0.230.0900.50
HSL204º13.27%44.31%-
HSV(B)204º23.44%50.2%-
XYZ15.1816.6522.84-
YUV111.99137.04118.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.65%
GREEN value IS 116 (45.70% 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 (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981161280.230.0900.5020413.2744.31
Hex627480179032ccd2c
Octal14216420027110623141554
Binary11000101110100100000001011110010110010110011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>