#687276

Color #687276 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #687276

Tints of Pale Sky #687276

Color information

#687276 (or 0x687276) is unknown color: approx Pale Sky. HEX triplet: 68, 72 and 76. RGB value is (104,114,118). Sum of RGB (Red+Green+Blue) = 104+114+118=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 118 - color contains mainly: blue. Hex color #687276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687276 is #978D89. Grayscale: #6F6F6F. Windows color (decimal): -9932170 or 7762536. OLE color: 7762536.

HSL color Cylindrical-coordinate representation of color #687276: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #687276 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB104114118-
CMYK0.120.0300.54
HSL197.14º6.31%43.53%-
HSV(B)197.14º11.86%46.27%-
XYZ1516.2919.49-
YUV111.47131.69122.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=30.95%
G=33.93%
B=35.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041141180.120.0300.54197.146.3143.53
Hex687276C3036c562c
Octal150162166143066305654
Binary110100011100101110110110011011011011000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687276; }

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

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

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

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

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

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

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

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