#627078

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

Shades of Blue Bayoux #627078

Tints of Blue Bayoux #627078

Color information

#627078 (or 0x627078) is unknown color: approx Blue Bayoux. HEX triplet: 62, 70 and 78. RGB value is (98,112,120). Sum of RGB (Red+Green+Blue) = 98+112+120=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #627078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627078 is #9D8F87. Grayscale: #6C6C6C. Windows color (decimal): -10325896 or 7893090. OLE color: 7893090.

HSL color Cylindrical-coordinate representation of color #627078: hue angle of 201.82º 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 #627078 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB98112120-
CMYK0.180.0700.53
HSL201.82º10.09%42.75%-
HSV(B)201.82º18.33%47.06%-
XYZ14.2215.5420.02-
YUV108.73134.36120.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.70%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=29.70%
G=33.94%
B=36.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981121200.180.0700.53201.8210.0942.75
Hex627078127035caa2b
Octal1421601702270653121253
Binary110001011100001111000100101110110101110010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627078; }

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

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

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

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

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

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

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

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