#666A6B

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

Shades of Pale Sky #666A6B

Tints of Pale Sky #666A6B

Color information

#666A6B (or 0x666A6B) is unknown color: approx Pale Sky. HEX triplet: 66, 6A and 6B. RGB value is (102,106,107). Sum of RGB (Red+Green+Blue) = 102+106+107=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 107 - color contains mainly: blue. Hex color #666A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A6B is #999594. Grayscale: #686868. Windows color (decimal): -10065301 or 7039590. OLE color: 7039590.

HSL color Cylindrical-coordinate representation of color #666A6B: 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 #666A6B is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB102106107-
CMYK0.050.0100.58
HSL192º2.39%40.98%-
HSV(B)192º4.67%41.96%-
XYZ13.2914.1915.95-
YUV104.92129.17125.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=32.38%
G=33.65%
B=33.97%

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
Decimal1021061070.050.0100.581922.3940.98
Hex666A6B5103Ac0229
Octal14615215351072300251
Binary110011011010101101011101101110101100000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666A6B; }

 p { color: rgb(102,106,107); }

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

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

 a { background-color: rgb(102,106,107); }

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

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

 span { border-color: rgb(102,106,107); }

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