#60686B

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

Shades of Pale Sky #60686B

Tints of Pale Sky #60686B

Color information

#60686B (or 0x60686B) is unknown color: approx Pale Sky. HEX triplet: 60, 68 and 6B. RGB value is (96,104,107). Sum of RGB (Red+Green+Blue) = 96+104+107=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 107 - color contains mainly: blue. Hex color #60686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60686B is #9F9794. Grayscale: #656565. Windows color (decimal): -10459029 or 7039072. OLE color: 7039072.

HSL color Cylindrical-coordinate representation of color #60686B: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #60686B is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB96104107-
CMYK0.100.0300.58
HSL196.36º5.42%39.8%-
HSV(B)196.36º10.28%41.96%-
XYZ12.4313.4515.85-
YUV101.95130.85123.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=31.27%
G=33.88%
B=34.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal961041070.100.0300.58196.365.4239.8
Hex60686BA303Ac4528
Octal140150153123072304550
Binary110000011010001101011101011011101011000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60686B; }

 p { color: rgb(96,104,107); }

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

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

 a { background-color: rgb(96,104,107); }

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

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

 span { border-color: rgb(96,104,107); }

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