#627378

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

Shades of Blue Bayoux #627378

Tints of Blue Bayoux #627378

Color information

#627378 (or 0x627378) is unknown color: approx Blue Bayoux. HEX triplet: 62, 73 and 78. RGB value is (98,115,120). Sum of RGB (Red+Green+Blue) = 98+115+120=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 120 - color contains mainly: blue. Hex color #627378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627378 is #9D8C87. Grayscale: #6E6E6E. Windows color (decimal): -10325128 or 7893858. OLE color: 7893858.

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

Color convert

RGB98115120-
CMYK0.180.0400.53
HSL193.64º10.09%42.75%-
HSV(B)193.64º18.33%47.06%-
XYZ14.5616.2120.13-
YUV110.49133.37119.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.43%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=29.43%
G=34.53%
B=36.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981151200.180.0400.53193.6410.0942.75
Hex627378124035c2a2b
Octal1421631702240653021253
Binary110001011100111111000100101000110101110000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627378; }

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

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

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

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

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

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

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

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