#687277

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

Shades of Blue Bayoux #687277

Tints of Blue Bayoux #687277

Color information

#687277 (or 0x687277) is unknown color: approx Blue Bayoux. HEX triplet: 68, 72 and 77. RGB value is (104,114,119). Sum of RGB (Red+Green+Blue) = 104+114+119=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 119 - color contains mainly: blue. Hex color #687277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687277 is #978D88. Grayscale: #6F6F6F. Windows color (decimal): -9932169 or 7828072. OLE color: 7828072.

HSL color Cylindrical-coordinate representation of color #687277: hue angle of 200º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #687277 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104114119-
CMYK0.130.0400.53
HSL200º6.73%43.73%-
HSV(B)200º12.61%46.67%-
XYZ15.0616.3119.81-
YUV111.58132.19122.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=30.86%
G=33.83%
B=35.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041141190.130.0400.532006.7343.73
Hex687277D4035c872c
Octal150162167154065310754
Binary1101000111001011101111101100011010111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687277; }

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

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

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

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

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

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

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

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