#627277

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

Shades of Blue Bayoux #627277

Tints of Blue Bayoux #627277

Color information

#627277 (or 0x627277) is unknown color: approx Blue Bayoux. HEX triplet: 62, 72 and 77. RGB value is (98,114,119). Sum of RGB (Red+Green+Blue) = 98+114+119=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #627277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627277 is #9D8D88. Grayscale: #6D6D6D. Windows color (decimal): -10325385 or 7828066. OLE color: 7828066.

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

Color convert

RGB98114119-
CMYK0.180.0400.53
HSL194.29º9.68%42.55%-
HSV(B)194.29º17.65%46.67%-
XYZ14.3815.9619.78-
YUV109.79133.2119.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.61%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=29.61%
G=34.44%
B=35.95%

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
Decimal981141190.180.0400.53194.299.6842.55
Hex627277124035c2a2b
Octal1421621672240653021253
Binary110001011100101110111100101000110101110000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627277; }

 p { color: rgb(98,114,119); }

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

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

 a { background-color: rgb(98,114,119); }

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

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

 span { border-color: rgb(98,114,119); }

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