#676C6E

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

Shades of Pale Sky #676C6E

Tints of Pale Sky #676C6E

Color information

#676C6E (or 0x676C6E) is unknown color: approx Pale Sky. HEX triplet: 67, 6C and 6E. RGB value is (103,108,110). Sum of RGB (Red+Green+Blue) = 103+108+110=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 110 - color contains mainly: blue. Hex color #676C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676C6E is #989391. Grayscale: #6A6A6A. Windows color (decimal): -9999250 or 7236711. OLE color: 7236711.

HSL color Cylindrical-coordinate representation of color #676C6E: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676C6E is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB103108110-
CMYK0.060.0200.57
HSL197.14º3.29%41.76%-
HSV(B)197.14º6.36%43.14%-
XYZ13.7714.7316.87-
YUV106.73129.84125.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=32.09%
G=33.64%
B=34.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1031081100.060.0200.57197.143.2941.76
Hex676C6E62039c532a
Octal14715415662071305352
Binary1100111110110011011101101001110011100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676C6E; }

 p { color: rgb(103,108,110); }

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

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

 a { background-color: rgb(103,108,110); }

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

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

 span { border-color: rgb(103,108,110); }

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