#676B6C

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

Shades of Pale Sky #676B6C

Tints of Pale Sky #676B6C

Color information

#676B6C (or 0x676B6C) is unknown color: approx Pale Sky. HEX triplet: 67, 6B and 6C. RGB value is (103,107,108). Sum of RGB (Red+Green+Blue) = 103+107+108=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 108 - color contains mainly: blue. Hex color #676B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B6C is #989493. Grayscale: #696969. Windows color (decimal): -9999508 or 7105383. OLE color: 7105383.

HSL color Cylindrical-coordinate representation of color #676B6C: hue angle of 192º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #676B6C is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB103107108-
CMYK0.050.0100.58
HSL192º2.37%41.37%-
HSV(B)192º4.63%42.35%-
XYZ13.5614.4816.27-
YUV105.92129.17125.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.39%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=32.39%
G=33.65%
B=33.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1031071080.050.0100.581922.3741.37
Hex676B6C5103Ac0229
Octal14715315451072300251
Binary110011111010111101100101101110101100000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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