#61686B

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

Shades of Pale Sky #61686B

Tints of Pale Sky #61686B

Color information

#61686B (or 0x61686B) is unknown color: approx Pale Sky. HEX triplet: 61, 68 and 6B. RGB value is (97,104,107). Sum of RGB (Red+Green+Blue) = 97+104+107=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 107 - color contains mainly: blue. Hex color #61686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61686B is #9E9794. Grayscale: #666666. Windows color (decimal): -10393493 or 7039073. OLE color: 7039073.

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

Color convert

RGB97104107-
CMYK0.090.0300.58
HSL198º4.9%40%-
HSV(B)198º9.35%41.96%-
XYZ12.5313.515.86-
YUV102.25130.68124.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=31.49%
G=33.77%
B=34.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971041070.090.0300.581984.940
Hex61686B9303Ac6528
Octal141150153113072306550
Binary110000111010001101011100111011101011000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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